Skip to content

Commit

Permalink
add missing FuseRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Jul 15, 2024
1 parent 5cb1430 commit 6ca7da0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/cache@v1
- name: Add FuseRegistry
run: |
julia --project=docs/ -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git")); Pkg.Registry.add("General")'
- name: Install dependencies
run: |
julia -e '
Expand Down

0 comments on commit 6ca7da0

Please sign in to comment.