Skip to content

Commit

Permalink
Circumvent PkgServer
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Oct 16, 2021
1 parent e2a197f commit a1f7eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- ubuntu-latest
arch:
- x64
env:
JULIA_PKG_SERVER: ''
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down Expand Up @@ -61,6 +63,8 @@ jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
env:
JULIA_PKG_SERVER: ''
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit a1f7eed

Please sign in to comment.