Skip to content

Commit 2e082b1

Browse files
committed
Update CompatHelper yml
1 parent 4d386f1 commit 2e082b1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@ jobs:
77
CompatHelper:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: "Add the General registry via Git"
11+
run: |
12+
import Pkg
13+
ENV["JULIA_PKG_SERVER"] = ""
14+
Pkg.Registry.add("General")
15+
shell: julia --color=yes {0}
1016
- name: "Install CompatHelper"
1117
run: |
1218
import Pkg
1319
name = "CompatHelper"
1420
uuid = "aa819f21-2bde-4658-8897-bab36330d9b7"
15-
version = "2"
21+
version = "3"
1622
Pkg.add(; name, uuid, version)
1723
shell: julia --color=yes {0}
1824
- name: "Run CompatHelper"
1925
run: |
2026
import CompatHelper
21-
CompatHelper.main(master_branch = "master")
27+
CompatHelper.main()
2228
shell: julia --color=yes {0}
2329
env:
2430
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)