Skip to content

Commit

Permalink
on x86_64 use brew without full path
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 9, 2024
1 parent 40de4a1 commit 0bed0e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/macos_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
submodules: true
- name: Setup cmake
run: |
ls -lrt /opt/homebrew/bin/
/opt/homebrew/bin/brew install cmake
brew install cmake
echo "check python3"
python3 -c "import sys; print(sys.version)"
- name: Get code of Fiona
Expand Down Expand Up @@ -118,8 +117,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup cmake
run: |
ls -lrt /opt/homebrew/bin/
/opt/homebrew/bin/brew install cmake
brew install cmake
echo "check python3"
python3 -c "import sys; print(sys.version)"
- name: Get code of gdal
Expand Down

0 comments on commit 0bed0e8

Please sign in to comment.