Skip to content

Commit ece4fea

Browse files
author
Stephan Sahm
committed
second try with custom registries
1 parent 074b440 commit ece4fea

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
with:
2525
version: ${{ matrix.version }}
2626
arch: ${{ matrix.arch }}
27-
- run: |
28-
julia --project=. -e '
29-
using Pkg
30-
pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl"
31-
'
3227
- uses: actions/cache@v1
3328
env:
3429
cache-name: cache-artifacts
@@ -45,6 +40,12 @@ jobs:
4540
- uses: codecov/codecov-action@v1
4641
with:
4742
file: lcov.info
43+
- run: |
44+
julia --project=docs -e '
45+
using Pkg
46+
pkg"registry add https://github.com/JuliaRegistries/General"
47+
pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl"
48+
'
4849
docs:
4950
name: Documentation
5051
runs-on: ubuntu-latest
@@ -56,6 +57,7 @@ jobs:
5657
- run: |
5758
julia --project=docs -e '
5859
using Pkg
60+
pkg"registry add https://github.com/JuliaRegistries/General"
5961
pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl"
6062
'
6163
- run: |

0 commit comments

Comments
 (0)