Skip to content

Commit

Permalink
fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 11, 2024
1 parent 2fbf644 commit 9aca38a
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 @@ -97,7 +97,8 @@ jobs:
TARGET_TRIPLET=""
TARGET_TRIPLET="$(spack arch --family)"
if [[ "${{ inputs.os }}" == "macos*" ]]; then
OS="${{ inputs.os }}"
if [[ "${OS}" == macos* ]]; then
TARGET_TRIPLET="${TARGET_TRIPLET}-xcode${{ inputs.xcode }}"
fi
Expand Down

0 comments on commit 9aca38a

Please sign in to comment.