Skip to content

Commit cc68ec8

Browse files
authored
clean ci.yml
1 parent 89ef1ae commit cc68ec8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ jobs:
9292
key: ccache-${{ github.job }}
9393
- name: Build
9494
run: |
95-
export CMAKE_BUILD_PARALLEL_LEVEL=2
96-
export MAKEFLAGS="-j2"
9795
cmake -S . -B build -G Ninja \
9896
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
9997
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
@@ -254,7 +252,6 @@ jobs:
254252
- name: Set binary path
255253
id: set_eval_binary
256254
run: |
257-
# Проверяем существует ли бинарник
258255
if [ -f "build/bin/ACC" ]; then
259256
echo "ACC binary found at build/bin/ACC"
260257
echo "EVAL_BINARY=build/bin/ACC" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)