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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Configure OS - 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 - name: Build
shell: bash shell: bash
run: | run: |