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 2987a61 commit 64643a4Copy full SHA for 64643a4
1 file changed
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
name: mnist-${{ matrix.build_type }}${{ matrix.stats && '-stats' || '' }}
63
path: |
64
- ${{ steps.set_binaries.outputs.ACC_BINARY }}
+ ${{ steps.set_binaries.outputs.ACC_BINARY }}
65
build/bin/all_libs/*
66
- name: Test
67
run: cmake --build build -t test
0 commit comments