Skip to content

Commit

Permalink
CI julia-actions for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Jun 11, 2024
1 parent 3f18599 commit f82dbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v3
- uses: julia-actions/cache@v2
env:
cache-name: cache-artifacts
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: actions/cache@v3
- uses: julia-actions/cache@v2
env:
cache-name: cache-artifacts
with:
Expand Down

2 comments on commit f82dbfa

@eford
Copy link
Member Author

@eford eford commented on f82dbfa Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Updated time to start solar day to include cals on each side
  • Deactivated precompilation to make CI/Documenter happy

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/108696

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" f82dbfa0fe2fe7483a5a61a9aaab9266167f5376
git push origin v0.1.3

Please sign in to comment.