mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-29 22:23:13 +00:00
CI: update checkouts
This commit is contained in:
parent
9c95aeb07f
commit
071f78202d
2
.github/workflows/citation.yml
vendored
2
.github/workflows/citation.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Validate CITATION.cff
|
- name: Validate CITATION.cff
|
||||||
uses: dieghernan/cff-validator@main
|
uses: dieghernan/cff-validator@main
|
||||||
# Upload artifact in case of failure
|
# Upload artifact in case of failure
|
||||||
|
4
.github/workflows/gnss-sdr_archs.yml
vendored
4
.github/workflows/gnss-sdr_archs.yml
vendored
@ -40,8 +40,8 @@ jobs:
|
|||||||
# compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
# compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v4
|
||||||
- uses: uraimo/run-on-arch-action@v2.5.0
|
- uses: uraimo/run-on-arch-action@v2.6.0
|
||||||
name: Test in non-x86 container
|
name: Test in non-x86 container
|
||||||
continue-on-error: ${{ contains(fromJson('["ppc64le", "s390x"]'), matrix.arch) }}
|
continue-on-error: ${{ contains(fromJson('["ppc64le", "s390x"]'), matrix.arch) }}
|
||||||
id: test
|
id: test
|
||||||
|
2
.github/workflows/volk_gnsssdr_android.yml
vendored
2
.github/workflows/volk_gnsssdr_android.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Update repositories
|
- name: Update repositories
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
4
.github/workflows/volk_gnsssdr_archs.yml
vendored
4
.github/workflows/volk_gnsssdr_archs.yml
vendored
@ -44,8 +44,8 @@ jobs:
|
|||||||
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v4
|
||||||
- uses: uraimo/run-on-arch-action@v2.5.0
|
- uses: uraimo/run-on-arch-action@v2.6.0
|
||||||
name: Build in non-x86 container
|
name: Build in non-x86 container
|
||||||
# continue-on-error: ${{ contains(fromJson('["ppc64le", "s390x"]'), matrix.arch) }}
|
# continue-on-error: ${{ contains(fromJson('["ppc64le", "s390x"]'), matrix.arch) }}
|
||||||
id: build
|
id: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user