Skip to content

Commit

Permalink
CompatHelper: fix URL for HolyLabRegistry (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Mar 31, 2022
1 parent 562ab03 commit b51d1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: "Add the General registry via Git"
run: |
import Pkg
using Pkg
ENV["JULIA_PKG_SERVER"] = ""
Pkg.Registry.add("General")
Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git"))
Pkg.Registry.add(RegistrySpec(url="https://github.com/HolyLab/HolyLabRegistry.git"))
shell: julia --color=yes {0}
- name: "Install CompatHelper"
run: |
Expand Down

0 comments on commit b51d1e0

Please sign in to comment.