Skip to content

Commit

Permalink
Use the msvc action only on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Sep 30, 2024
1 parent f281043 commit 08b9f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
submodules: true
- uses: TheMrMilchmann/setup-msvc-dev@v3
if: matrix.os == 'windows-latest'
with:
arch: x64
- name: Install dependencies of glfw on linux
Expand Down

0 comments on commit 08b9f39

Please sign in to comment.