mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Fix os check, again
This commit is contained in:
parent
7802b35b13
commit
b033b5f585
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
# Why does Windows need this?
|
||||
- name: Clear old build directiories
|
||||
if: ${{ matrix.os }} == 'windows-latest'
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
Remove-Item -LiteralPath "${{ steps.strings.outputs.build-output-dir }}-ECM" -Force -Recurse -ErrorAction Ignore
|
||||
Remove-Item -LiteralPath "${{ steps.strings.outputs.build-output-dir }}-kca" -Force -Recurse -ErrorAction Ignore
|
||||
|
|
Loading…
Add table
Reference in a new issue