parent
4952e6032f
commit
9fa35180ea
1 changed files with 3 additions and 1 deletions
4
.github/workflows/windows_build.yml
vendored
4
.github/workflows/windows_build.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue