Skip to content

Commit

Permalink
Add boost to env on Windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 25, 2024
1 parent 888f8ae commit fe82acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
env:
GIT_REDIRECT_STDERR: '2>&1'
VCINSTALLDIR: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\'
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
run: |
$build_folder = "build"
$krb_ver = git describe --tags --abbrev=0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
env:
GIT_REDIRECT_STDERR: '2>&1'
VCINSTALLDIR: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\'
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
run: |
$build_folder = "build"
$krb_ver = "${{ github.ref }}" -replace '[refs/tags/]'
Expand Down

0 comments on commit fe82acf

Please sign in to comment.