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 c6ac48e commit 1ac0a16Copy full SHA for 1ac0a16
1 file changed
.github/workflows/ci.yml
@@ -251,17 +251,6 @@ jobs:
251
name: mnist-RELEASE
252
path: build/
253
254
- - name: Verify downloaded artifacts
255
- run: |
256
- echo "### Verifying downloaded artifacts ###"
257
- echo "Current directory: $(pwd)"
258
- echo "Build directory contents:"
259
- ls -la build/ || echo "No build directory"
260
- echo "Looking for ACC binary:"
261
- find build/ -name "ACC" -type f 2>/dev/null || echo "ACC not found"
262
- echo "Checking bin directory:"
263
- ls -la build/bin/ 2>/dev/null || echo "No bin directory"
264
-
265
- name: Set binary path
266
id: set_eval_binary
267
run: |
0 commit comments