mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Update windows.yml
This commit is contained in:
parent
a82c140e56
commit
5f67cf2e54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
if: steps.cache-boost.outputs.cache-hit != 'true'
|
if: steps.cache-boost.outputs.cache-hit != 'true'
|
||||||
run: 7z x boost_1_73_0.7z
|
run: 7z x boost_1_73_0.7z
|
||||||
- name: cmake build
|
- name: cmake build
|
||||||
run: cmake -S . -B build -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release
|
run: cmake -S . -B build -G "Visual Studio 16 2019" -DBOOST_ROOT=boost_1_73_0 -DCMAKE_BUILD_TYPE=Release
|
||||||
- name: cmake make
|
- name: cmake make
|
||||||
run: cmake --build build --parallel 3
|
run: cmake --build build --parallel 3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue