1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 14:47:46 +00:00

Fix os check, again

This commit is contained in:
Joshua Goins 2024-04-23 16:52:08 -04:00
parent 7802b35b13
commit b033b5f585

View file

@ -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