Skip to content

Commit 41878a1

Browse files
committed
Ignoring chocolatey checksums on windows runners in github actions.
1 parent a221cb0 commit 41878a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
if: matrix.arch == 'x64'
305305
shell: cmd
306306
run: |
307-
choco install boost-msvc-14.2 --version=1.85.0
307+
choco install boost-msvc-14.2 --version=1.85.0 --ignore-checksums
308308
309309
- name: Prepare externals
310310
shell: cmd
@@ -363,7 +363,7 @@ jobs:
363363
if: matrix.arch == 'x64'
364364
shell: cmd
365365
run: |
366-
choco install boost-msvc-14.3 --version=1.85.0
366+
choco install boost-msvc-14.3 --version=1.85.0 --ignore-checksums
367367
368368
- name: Prepare externals
369369
shell: cmd

0 commit comments

Comments
 (0)