Skip to content

Commit c110c86

Browse files
authored
CompatHelper: fix URL for HolyLabRegistry (#9)
1 parent 6429022 commit c110c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- name: "Add the General registry via Git"
1111
run: |
12-
import Pkg
12+
using Pkg
1313
ENV["JULIA_PKG_SERVER"] = ""
1414
Pkg.Registry.add("General")
15-
Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git"))
15+
Pkg.Registry.add(RegistrySpec(url="https://github.com/HolyLab/HolyLabRegistry.git"))
1616
shell: julia --color=yes {0}
1717
- name: "Install CompatHelper"
1818
run: |

0 commit comments

Comments
 (0)