Skip to content

Commit

Permalink
Part revert of cache reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruni96 committed Aug 7, 2024
1 parent ccf0fdd commit 1178ec7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
- uses: julia-actions/cache@v2
with:
cache-name: julia-cache;workflow=${{ github.workflow }};ref=${{ github.run_id }}
include-matrix: false
- name: "Install julia pre-requisites"
run: |
julia -e '
Expand All @@ -35,10 +39,6 @@ jobs:
Pkg.add("Graphs")
Pkg.add("Interact")
Pkg.add("Plots")'
- uses: julia-actions/cache@v2
with:
cache-name: julia-cache;workflow=${{ github.workflow }};ref=${{ github.run_id }}
include-matrix: false
job2:
needs:
- job1
Expand Down

0 comments on commit 1178ec7

Please sign in to comment.