summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-01-02 22:29:27 +0000
committerGitHub <noreply@github.com>2022-01-02 22:29:27 +0000
commiteabb701dc2a784769ec745a279a70761456314ae (patch)
tree14cc123a0839a2d987102076bdc5408975f7ecaf
parent49028f56c8e7aaf44b584b3391f81c37b0e1069f (diff)
Update cmake.yml
-rw-r--r--.github/workflows/cmake.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 8e84cf40..6b9a0b4e 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -40,7 +40,8 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Kill gcc
- run: del /f C:\ProgramData\chocolatey\bin\c++.exe C:\ProgramData\chocolatey\bin\cc.exe C:\ProgramData\chocolatey\bin\ld.exe
+ run: rm -force C:\ProgramData\chocolatey\bin\c++.exe C:\ProgramData\chocolatey\bin\cc.exe C:\ProgramData\chocolatey\bin\ld.exe
+ if: matrix.os == 'windows-latest'
- name: Cache Qt
id: cache-qt