Skip to content

Commit 76be3df

Browse files
committed
typo
1 parent 1d458b5 commit 76be3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/juliarun/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
runs:
1818
using: 'composite'
1919
steps:
20-
- run: julia --color=yes -e 'include("scripts/build.jl"); using .Build; Build.build_and_test(dotest = ${{inputs.dotest}}") '
20+
- run: julia --color=yes -e 'include("scripts/build.jl"); using .Build; Build.build_and_test(dotest = ${{inputs.dotest}}) '
2121
shell: bash
2222

2323

0 commit comments

Comments
 (0)