diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 8ad0284..b643230 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -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