File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
version :
18
18
- ' 1'
19
+ - ' lts'
19
20
os :
20
21
- ubuntu-latest
21
22
- windows-latest
28
29
version : ${{ matrix.version }}
29
30
arch : ${{ matrix.arch }}
30
31
- name : Cache artifacts
31
- uses : actions/cache@v4
32
- env :
33
- cache-name : cache-artifacts
34
- with :
35
- path : |
36
- ~/.julia/artifacts
37
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
38
- restore-keys : |
39
- ${{ runner.os }}-test-${{ env.cache-name }}-
40
- ${{ runner.os }}-test-
41
- ${{ runner.os }}-
32
+ uses : julia-actions/cache@v2
42
33
- name : Build package
43
- shell : julia --color=yes --project="" {0}
44
- run : |
45
- using Pkg
46
- Pkg.develop(PackageSpec(path=pwd()))
47
- Pkg.build("MKL"; verbose=true)
34
+ uses : julia-actions/julia-buildpkg@v1
48
35
- uses : julia-actions/julia-runtest@latest
49
36
env :
50
37
# Loading MKL during the tests can create an environment variable for OpenMP that is visible after the tests (#130)
You can’t perform that action at this time.
0 commit comments