Skip to content

Commit

Permalink
🔨 [CI] Tmp fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Feb 22, 2024
1 parent 777d960 commit 99b832b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
os: ${{ matrix.config.os }}

- name: Set up MSVC # NOTE: required to find cl.exe when using the Ninja generator. And we need to use Ninja in order for ccache to be able to cache stuff with MSVC.
if: matrix.config.name == 'Windows MSVC'
if: matrix.config.name == 'Windows'
uses: ilammy/[email protected]

- name: Install Linux dependencies
Expand Down

0 comments on commit 99b832b

Please sign in to comment.