Skip to content

Commit

Permalink
stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Feb 21, 2024
1 parent 1e7a8ac commit d29bd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d29bd0f

Please sign in to comment.