Skip to content

Commit

Permalink
fix ci windows boost version
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiersg committed Oct 15, 2024
1 parent 563cc0e commit c4f9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install boost on windows
if: runner.os == 'Windows'
run: choco install boost-msvc-14.2
run: choco install boost-msvc-14.2 --version=1.74.0

- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down

0 comments on commit c4f9fee

Please sign in to comment.