Skip to content

Commit

Permalink
add PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 8, 2024
1 parent 29e5d54 commit fce1bcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,16 @@ jobs:
which cmake
- name: Get code of gdal
run: |
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
echo $PATH
bash -x .github/workflows/build.sh
#- name: Setup debugging session
# uses: mxschmitt/action-tmate@v3
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
- name: Build Wheel of GDAL
run: |
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
echo $PATH
bash -x .github/workflows/wheel.sh
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit fce1bcb

Please sign in to comment.