Skip to content

Commit aff2466

Browse files
committed
Fix CI.yml syntax error
1 parent 23b222e commit aff2466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: julia-actions/setup-julia@latest
5555
with:
5656
version: '1'
57-
- extractions/setup-just@latest # or taiki-e/install-action@just
57+
- uses: extractions/setup-just@latest # or taiki-e/install-action@just
5858
- run: |
5959
git config --global user.name name
6060
git config --global user.email email

0 commit comments

Comments
 (0)