Use julia-actions/cache in README example (#99)

This commit is contained in:
Yuto Horikawa
2024-02-18 23:31:58 +09:00
committed by GitHub
parent d4b6651239
commit 3a055a9a24

View File

@@ -18,6 +18,11 @@ on:
- main
pull_request:
# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read
jobs:
test:
runs-on: ${{ matrix.os }}
@@ -36,6 +41,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
# with: