Skip to content

Commit

Permalink
Update CompatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlevy committed Dec 10, 2024
1 parent c885589 commit 7e28641
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
version: '1'
arch: ${{ runner.arch }}
if: steps.julia_in_path.outcome != 'success'
- name: "Add the General registry via Git"
run: |
import Pkg
ENV["JULIA_PKG_SERVER"] = ""
Pkg.Registry.add("General")
shell: julia --color=yes {0}
#- name: "Add the General registry via Git"
# run: |
# using Pkg; Pkg.add("CompatHelper")
# shell: julia --color=yes {0}
- name: "Install CompatHelper"
run: |
import Pkg
Expand Down

0 comments on commit 7e28641

Please sign in to comment.