Skip to content

Commit 3b77814

Browse files
authored
Merge pull request #182 from JuliaLinearAlgebra/vs/ci-lts
Update ci.yml
2 parents bfc56c8 + 492d474 commit 3b77814

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
version:
1818
- '1'
19+
- 'lts'
1920
os:
2021
- ubuntu-latest
2122
- windows-latest
@@ -28,23 +29,9 @@ jobs:
2829
version: ${{ matrix.version }}
2930
arch: ${{ matrix.arch }}
3031
- 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
4233
- 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
4835
- uses: julia-actions/julia-runtest@latest
4936
env:
5037
# Loading MKL during the tests can create an environment variable for OpenMP that is visible after the tests (#130)

0 commit comments

Comments
 (0)