Skip to content

Commit 45f5f79

Browse files
author
AoifeHughes
committed
Update JuliaFormatter to use v1
1 parent cbaa04b commit 45f5f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AutoFormat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install JuliaFormatter
2929
run: |
30-
julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
30+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))'
3131
3232
- name: Format Julia files
3333
run: |

0 commit comments

Comments
 (0)