Use checkout v2 to avoid issues on retriggering
This commit is contained in:
parent
89f4ce964b
commit
2fbc774c8b
2
.github/workflows/linux_build_tests.yaml
vendored
2
.github/workflows/linux_build_tests.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
package: [lz4, mpich, tut, py-setuptools, openjpeg, r-rcpp]
|
package: [lz4, mpich, tut, py-setuptools, openjpeg, r-rcpp]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: Cache ccache's store
|
- name: Cache ccache's store
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user