Skip to content

Commit

Permalink
Try to use MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Organic-Code committed Oct 10, 2023
1 parent d0d8c69 commit 1039b93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
New-Item -Type Directory extlibs
Copy-Item -Recurse "${{ github.workspace }}/external/SFML/extlibs/libs-msvc-universal" "${{ github.workspace }}/extlibs/"
- name: Use MSVC
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1

- name: Configure CMake
run: |
mkdir build
Expand Down

0 comments on commit 1039b93

Please sign in to comment.