We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bbb21 commit b681a60Copy full SHA for b681a60
.github/workflows/ci.yml
@@ -6,7 +6,8 @@ on:
6
push:
7
branches:
8
- master
9
- tags: '*'
+ tags:
10
+ - '*'
11
jobs:
12
all:
13
name: all
@@ -36,17 +37,7 @@ jobs:
36
37
with:
38
version: ${{ matrix.julia-version }}
39
arch: ${{ matrix.julia-arch }}
- - name: Cache artifacts
40
- uses: actions/cache@v2
41
- env:
42
- cache-name: cache-artifacts
43
- with:
44
- path: ~/.julia/artifacts
45
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
46
- restore-keys: |
47
- ${{ runner.os }}-test-${{ env.cache-name }}-
48
- ${{ runner.os }}-test-
49
- ${{ runner.os }}-
+ - uses: julia-actions/cache@v2
50
- name: Setup Docker
51
if: ${{ matrix.docker == 'true' }}
52
env:
0 commit comments