Skip to content

Commit

Permalink
Fix gdal install error
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin committed Jan 24, 2025
1 parent e8c249f commit 3bd6fb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
sudo mkdir -p /usr/local/opt/gridlabd
sudo chmod 2777 /usr/local/opt/gridlabd
brew install gdal
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
Expand Down Expand Up @@ -109,6 +110,7 @@ jobs:
run: |
sudo mkdir -p /usr/local/opt/gridlabd
sudo chmod 2777 /usr/local/opt/gridlabd
brew install gdal
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
sudo mkdir -p /usr/local/opt/gridlabd
sudo chmod 2777 /usr/local/opt/gridlabd
sh ./setup.sh --local
brew install gdal
sh ./build.sh --system --parallel --upload --release
buildMacos15FastS3:
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
sudo mkdir -p /usr/local/opt/gridlabd
sudo chmod 2777 /usr/local/opt/gridlabd
sh ./setup.sh --local
brew install gdal
sh ./build.sh --system --parallel --upload --release
buildUbuntu22FastS3:
Expand Down

0 comments on commit 3bd6fb2

Please sign in to comment.