From 6970b77307004f5fc8846637e7499bfd75d825d2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 2 Jan 2022 22:48:05 +0000 Subject: Update cmake.yml --- .github/workflows/cmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 671cf8c7..6fb32ac4 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -39,12 +39,12 @@ jobs: run: sudo apt update && sudo apt install libprocps-dev libopencv-dev libopencv-dev if: matrix.os == 'ubuntu-latest' - - name: Kill chocolatey gcc - 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 } } + - name: Show path + run: echo $ENV:PATH if: matrix.os == 'windows-latest' - - - name: Kill strawberry gcc - run: foreach ($i in @("cc","c++","gcc","g++","ld")) { $x = "C:\Strawberry\c\bin\$i.exe"; if (test-path $x) { remove-item -force -path $x } } + + - name: bail + run: error if: matrix.os == 'windows-latest' - name: Cache Qt -- cgit v1.2.3