We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ef1ae commit cc68ec8Copy full SHA for cc68ec8
1 file changed
.github/workflows/ci.yml
@@ -92,8 +92,6 @@ jobs:
92
key: ccache-${{ github.job }}
93
- name: Build
94
run: |
95
- export CMAKE_BUILD_PARALLEL_LEVEL=2
96
- export MAKEFLAGS="-j2"
97
cmake -S . -B build -G Ninja \
98
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
99
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
@@ -254,7 +252,6 @@ jobs:
254
252
- name: Set binary path
255
253
id: set_eval_binary
256
257
- # Проверяем существует ли бинарник
258
if [ -f "build/bin/ACC" ]; then
259
echo "ACC binary found at build/bin/ACC"
260
echo "EVAL_BINARY=build/bin/ACC" >> $GITHUB_OUTPUT
0 commit comments