Skip to content

Commit b787928

Browse files
committed
add {0} to shell line
1 parent d7cb0b9 commit b787928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LoopVecTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3333
path: loopvec
3434
- name: Load this and run the LoopVectorization tests
35-
shell: julia --color=yes
35+
shell: julia --color=yes {0}
3636
run: |
3737
using Pkg
3838
try

0 commit comments

Comments
 (0)