From 2d7cc3da334c6209e5e78779a7939772859fa78f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 2 Jan 2022 22:36:27 +0000 Subject: Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e819aa47..ffc66968 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -40,7 +40,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Kill gcc - run: foreach ($i in @("cc","c++","gcc","g++","ld")) { remove-item -force -path C:\ProgramData\chocolatey\bin\$i.exe } + run: foreach ($i in @("cc","c++","gcc","g++","ld")) { $x = "C:\ProgramData\chocolatey\bin\$i.exe"; if (test-path $x) { remove-item -force -path $x } } if: matrix.os == 'windows-latest' - name: Cache Qt -- cgit v1.2.3