Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Oct 10, 2023
1 parent 16c36df commit 64036b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
strategy:
fail-fast: false
matrix:
name: [ Windows (clang), Linux (clang), Linux (gcc) ]
name: [ Windows (msvc), Linux (clang), Linux (gcc) ]
include:
- name: Windows (clang)
- name: Windows (msvc)
runner: windows-2022
cmake_flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DSFML_USE_MESA3D=TRUE
cmake_flags: -GNinja -DCMAKE_BUILD_TYPE=Debug -DSFML_USE_MESA3D=TRUE
- name: Linux (clang)
runner: ubuntu-22.04
cmake_flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Prepare Windows runner
if: runner.os == 'Windows'
run: |
mklink /d .\external\SFML\extlibs .
ln -s ./external/SFML/extlibs .
- name: Configure CMake
run: |
Expand Down

0 comments on commit 64036b3

Please sign in to comment.