mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-14 06:50:17 +00:00
ci: name setup-deps steps consistently
This commit is contained in:
2
.github/workflows/buildcache.yml
vendored
2
.github/workflows/buildcache.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Setup spack environment
|
||||||
uses: ./.github/actions/setup-deps
|
uses: ./.github/actions/setup-deps
|
||||||
with:
|
with:
|
||||||
gcc: ${{ matrix.gcc }}
|
gcc: ${{ matrix.gcc }}
|
||||||
|
|||||||
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -26,7 +26,8 @@ jobs:
|
|||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: ./.github/actions/setup-deps
|
- name: Setup spack environment
|
||||||
|
uses: ./.github/actions/setup-deps
|
||||||
with:
|
with:
|
||||||
gcc: ${{ matrix.gcc }}
|
gcc: ${{ matrix.gcc }}
|
||||||
|
|
||||||
@@ -72,7 +73,8 @@ jobs:
|
|||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: ./.github/actions/setup-deps
|
- name: Setup spack environment
|
||||||
|
uses: ./.github/actions/setup-deps
|
||||||
with:
|
with:
|
||||||
gcc: '14'
|
gcc: '14'
|
||||||
|
|
||||||
@@ -104,7 +106,8 @@ jobs:
|
|||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: ./.github/actions/setup-deps
|
- name: Setup spack environment
|
||||||
|
uses: ./.github/actions/setup-deps
|
||||||
with:
|
with:
|
||||||
gcc: '14'
|
gcc: '14'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user