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 91487a1 commit 094af7eCopy full SHA for 094af7e
.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