Skip to content

Commit 25e593f

Browse files
authored
Update ci.yml
1 parent 64cce33 commit 25e593f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,7 @@ jobs:
254254
- name: Set binary path
255255
id: set_eval_binary
256256
run: |
257-
if [ -f "build/bin/ACC" ]; then
258-
echo "ACC binary found at build/bin/ACC"
259-
echo "EVAL_BINARY=build/bin/ACC" >> $GITHUB_OUTPUT
260-
else
261-
echo "ERROR: ACC binary not found at build/bin/ACC"
262-
echo "Available files:"
263-
find build/ -type f -name "*" 2>/dev/null | head -20
264-
exit 1
265-
fi
266-
257+
echo "EVAL_BINARY=build/bin/ACC" >> $GITHUB_OUTPUT
267258
- name: Install system dependencies
268259
run: |
269260
sudo apt-get update

0 commit comments

Comments
 (0)