fix(CI): pin boost version (#12730)

* fix(CI): pin boost version
This commit is contained in:
Patrick Lewis
2022-08-13 19:31:26 -07:00
committed by GitHub
parent 4952e6032f
commit 9fa35180ea

View File

@@ -24,7 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Configure OS
run: choco install --no-progress openssl boost-msvc-14.3
run: |
choco install --no-progress openssl
choco install --no-progress boost-msvc-14.3 --version=1.79.0
- name: Build
shell: bash
run: |