Skip to content

Commit

Permalink
CI: Go ahead
Browse files Browse the repository at this point in the history
  • Loading branch information
DatCaptainHorse committed Aug 15, 2024
1 parent 07e6a65 commit 6688603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Configure CMake
env:
TWITCH_CLIENT_SECRET: ${{ secrets.TwitchClientSecret }}
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "Ninja" -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
env:
Expand Down

0 comments on commit 6688603

Please sign in to comment.