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 64cce33 commit 25e593fCopy full SHA for 25e593f
1 file changed
.github/workflows/ci.yml
@@ -254,16 +254,7 @@ jobs:
254
- name: Set binary path
255
id: set_eval_binary
256
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
-
+ echo "EVAL_BINARY=build/bin/ACC" >> $GITHUB_OUTPUT
267
- name: Install system dependencies
268
269
sudo apt-get update
0 commit comments