From d29bd0f7e4b689af66e0a0b82af88af337de61bd Mon Sep 17 00:00:00 2001 From: Martin Zink Date: Wed, 21 Feb 2024 10:59:58 +0100 Subject: [PATCH] stuck --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5e50383e4..2d63745ff2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: run: '[Environment]::SetEnvironmentVariable("PATH", [Environment]::GetEnvironmentVariable("PATH", [EnvironmentVariableTarget]::Machine) + ";C:\hostedtoolcache\windows\sccache\0.7.4\x64\", [EnvironmentVariableTarget]::Machine);' shell: powershell - name: TODO(mzink)_remove_me - run: where sccache + run: dir C:\hostedtoolcache\windows\sccache\0.7.7\x64\ - name: build run: | python -m venv venv & venv\Scripts\activate & pip install -r requirements.txt & python main.py --noninteractive --skip-compiler-install --minifi-options="%WINDOWS_MINIFI_OPTIONS%" --cmake-options="-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache" --build-directory=D:\a\nifi-minifi-cpp\b