Skip to content

Commit

Permalink
Fixes to the github actions configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jan 10, 2025
1 parent f639fd3 commit ddd347b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ jobs:
if: matrix.arch == 'x64'
shell: cmd
run: |
choco install boost-msvc-14.3 --version=1.85.0
choco install boost-msvc-14.3 --version=${{env.WIN_BOOST_VERSION}}
echo BOOST_DIR=${{env.WIN_BOOST_DIR}}/lib64-msvc-14.3/cmake >>%GITHUB_ENV%
- name: Prepare externals
shell: cmd
Expand Down

0 comments on commit ddd347b

Please sign in to comment.