Skip to content

Commit 094af7e

Browse files
SiegeLordExSiegeLord
authored andcommitted
Drop the generator?
1 parent 91487a1 commit 094af7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Configure
2525
run: |
2626
cd build
27-
cmake .. -G "Visual Studio 15 2017" -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on
27+
cmake .. -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on
2828
- name: Build
2929
run: |
3030
cd build

0 commit comments

Comments
 (0)