Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jan 7, 2025
1 parent d7c1a7f commit d11cd67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Lockfile bookkeeping
shell: bash
run: |
arch=$(spack arch --family)
export TARGET_TRIPLET="${arch}_${{ inputs.compiler }}"
Expand Down Expand Up @@ -125,6 +126,7 @@ jobs:
env:
GH_OCI_USER: "${{ github.actor }}"
GH_OCI_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
shell: bash
run: |
if [[ "${{ inputs.image }}" != "" ]]; then
export BASE_IMAGE="${{ inputs.image }}"
Expand Down

0 comments on commit d11cd67

Please sign in to comment.