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 1b80f8b commit f99d91bCopy full SHA for f99d91b
.github/workflows/ci.yml
@@ -23,14 +23,14 @@ jobs:
23
- x64
24
steps:
25
- uses: actions/checkout@v2
26
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
27
with:
28
version: ${{ matrix.version }}
29
arch: ${{ matrix.arch }}
30
- run: sudo apt-get update
31
- run: sudo apt-get install libnetcdf-dev
32
- run: sudo apt-get install libnetcdff-dev
33
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
34
env:
35
cache-name: cache-artifacts
36
@@ -60,7 +60,7 @@ jobs:
60
runs-on: ubuntu-latest
61
62
63
64
65
version: '1'
66
- run: |
0 commit comments