Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Dec 25, 2023
1 parent 546de97 commit 7b2cdc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ jobs:
- name: Get macOS SDK path
id: sdk-path
run: |
export MACOS_SDK_PATH=$(xcrun --show-sdk-path)
MACOS_SDK_PATH=$(xcrun --show-sdk-path)
echo "MACOS_SDK_PATH=$MACOS_SDK_PATH" >> $GITHUB_OUTPUT
echo $MACOS_SDK_PATH
- run: |
./grass-conda/build-grass.sh --grassdir . --sdk "$MACOS_SDK_PATH"
env:
MACOS_SDK_PATH: ${{ steps.sdk-path.MACOS_SDK_PATH }}
MACOS_SDK_PATH: ${{ steps.sdk-path.outputs.MACOS_SDK_PATH }}

0 comments on commit 7b2cdc3

Please sign in to comment.