Skip to content

Commit

Permalink
remove PATH on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 9, 2024
1 parent 4d29c06 commit 40de4a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macos_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup cmake
run: |
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
echo $PATH
brew install cmake
echo "check python3"
python3 -c "import sys; print(sys.version)"
Expand Down
2 changes: 1 addition & 1 deletion env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SQLITE_VERSION=3440000
PROJ_VERSION=9.1.0
PROJ_DATA_VER=1.19.0
GDAL_VERSION=3.7.3
CURL_VERSION=8.8.0
CURL_VERSION=8.4.0
NGHTTP2_VERSION=1.46.0
EXPAT_VERSION=2.4.9
TIFF_VERSION=4.3.0
Expand Down

0 comments on commit 40de4a1

Please sign in to comment.