Swap to Environment Files

This commit is contained in:
Thomas Boop
2020-09-28 17:28:24 -04:00
parent 904756c624
commit 9c7d58688a

View File

@@ -125,8 +125,8 @@ jobs:
$boostDirectory = GetToolDirectory -ToolName "boost" -Version "${{ github.event.inputs.VERSION }}" -Architecture "${{ matrix.architecture }}"
$LD_LIBRARY = Join-Path -Path $boostDirectory -ChildPath "lib"
Write-Host "BOOST_ROOT = ${boostDirectory}"
echo "::set-env name=BOOST_ROOT::${boostDirectory}"
echo "::set-env name=LD_LIBRARY_PATH::${LD_LIBRARY}"
echo "BOOST_ROOT=${boostDirectory}" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=${LD_LIBRARY}" >> $GITHUB_ENV
- name: Run tests
run: |