Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- uses: julia-actions/cache@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: "1.7"
- uses: julia-actions/julia-docdeploy@releases/v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
steps:
- run: sudo rm -rf /opt/*
- uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
arch: x64
# We can't cache artifacts at the moment, it'd require more than 10 GiB.
# - uses: julia-actions/cache@v1
# - uses: julia-actions/cache@v2
# # For the time being cache artifacts only for squashfs, we need too much
# # storage for the unpacked shards
# if: ${{ matrix.squashfs == true }}
Expand Down