We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3c573 commit dc32490Copy full SHA for dc32490
.github/workflows/continuous-integration.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Configure
25
run: |
26
cd build
27
- cmake .. -G "Visual Studio 15 2017" -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on
+ cmake .. -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on
28
- name: Build
29
30
0 commit comments