diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb11120..86f54be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Configure - run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release + run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release - name: Build - run: cmake --build build --target all -v + run: cmake --build build --target all -v windows: runs-on: windows-latest