Skip to content

Commit

Permalink
Removing registry caching from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Apr 25, 2023
1 parent 6d5a09f commit a8e4acf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
using Pkg;
Pkg.instantiate();
include("install.jl");'
- uses: julia-actions/cache@v1
with:
cache-registries: "true"
- working-directory: docs
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
Expand Down

0 comments on commit a8e4acf

Please sign in to comment.