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