Skip to content

Commit 1ac0a16

Browse files
authored
Update ci.yml
1 parent c6ac48e commit 1ac0a16

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -251,17 +251,6 @@ jobs:
251251
name: mnist-RELEASE
252252
path: build/
253253

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-
265254
- name: Set binary path
266255
id: set_eval_binary
267256
run: |

0 commit comments

Comments
 (0)