fix path setting for Windows

release/4.3a0
Varun Agrawal 2020-11-10 19:33:39 -05:00
parent 426ad93812
commit a04cd2cea1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
echo "CXX=${{ matrix.compiler }}" >> $GITHUB_ENV
}
# Scoop modifies the PATH so we make the modified PATH global.
echo "$env" >> $GITHUB_PATH
echo "$env:PATH" >> $GITHUB_PATH
- name: Build (Windows)
if: runner.os == 'Windows'
run: |