diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index de142942e7..791584b088 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -24,7 +24,7 @@ jobs: - name: Configure run: | cd build - cmake .. -G "Visual Studio 15 2017" -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on + cmake .. -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on - name: Build run: | cd build