Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  Update .github/workflows/main.yaml
  Update main.yaml
  ci: Simplify .github/scripts/build-macos-wxwidgets.sh
  • Loading branch information
dgud committed Aug 26, 2024
2 parents 494647a + b6fe0ae commit e6b46c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/scripts/build-macos-wxwidgets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ cd wxWidgets
--prefix=$PWD/release \
--with-cocoa \
--with-macosx-version-min=10.15 \
--with-libjpeg=builtin \
--with-libtiff=builtin \
--with-libpng=builtin \
--with-liblzma=builtin \
--with-zlib=builtin \
--with-expat=builtin
--disable-sys-libs
make
make install
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
uses: actions/[email protected]
with:
path: wxWidgets
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-12
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh')}}-12

- name: Compile wxWidgets
if: steps.wxwidgets-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit e6b46c8

Please sign in to comment.