Skip to content

Commit a2df831

Browse files
committed
fixup! Roll our own
1 parent ae729e9 commit a2df831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
shell: julia --color=yes {0}
1818
run: |
1919
import Pkg
20-
Pkg.add("JuliaFormatter@1")
20+
Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))
2121
- name: Check formatting
2222
shell: julia --color=yes {0}
2323
run: |

0 commit comments

Comments
 (0)