Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 19, 2024
1 parent 3eabb87 commit 9381f56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/osx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:

- name: Setup Brew
run: |
brew install [email protected]
ln -s /usr/local/opt/[email protected] /usr/local/opt/boost
brew install boost
brew install gdal
- uses: actions/cache@v3
Expand Down
6 changes: 5 additions & 1 deletion BuildTools/ubuntu/create_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ $APT install -y gdal-bin
$APT install -y libgdal-dev
$APT install -y unzip cmake dh-autoreconf libgtk-3-dev libgl1-mesa-dev libglu1-mesa-dev

if [ $OS = 'jammy' ] || [ $OS = 'noble' ] || [ $OS = 'focal']; then
if [ $OS = 'jammy' ] ; then
$APT install -y libwebkit2gtk-4.0-dev
elif [ $OS = 'focal' ] ; then
$APT install -y libwebkit2gtk-4.0-dev
elif [ $OS = 'nobel' ] ; then
$APT install -y libwebkit2gtk-4.0-dev
else
$APT install -y libwebkitgtk-3.0-dev
Expand Down

0 comments on commit 9381f56

Please sign in to comment.