Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 14, 2024
1 parent 69ca5a2 commit 6f8d11e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
- name: Lockfile bookkeeping
run: |
arch=$(spack arch --family)
echo "TARGET_TRIPLET=${arch}_${{ inputs.compiler }}" >> "$GITHUB_ENV"
export TARGET_TRIPLET="${arch}_${{ inputs.compiler }}"
echo "TARGET_TRIPLET=${TARGET_TRIPLET}" >> "$GITHUB_ENV"
cp spack.lock "spack_${TARGET_TRIPLET}.lock"
if [ "${{ inputs.default }}" != "" ]; then
# this will be become the default combination for this architecture
Expand Down

0 comments on commit 6f8d11e

Please sign in to comment.