Skip to content

Commit

Permalink
mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 15, 2024
1 parent ce2aadb commit e4adcfd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV
- name: Install wxWidgets
if: ${{ matrix.os == 'macos-14-large'}}
run: |
# curl -L https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxWidgets-3.2.3.tar.bz2 -o wxWidgets-3.2.3.tar.bz2
# ls
Expand All @@ -129,6 +130,14 @@ jobs:
ls /usr/local/Cellar/wxwidgets/3.2.5/bin
/usr/local/Cellar/wxwidgets/3.2.5/bin/wx-config --cflags
- name: Install wxWidgets
if: ${{ matrix.os == 'macos-latest'}}
run: |
brew install wxmac
ls /opt/homebrew/Cellar/wxwidgets/3.2.4
ls /opt/homebrew/Cellar/wxwidgets/3.2.4/bin
/opt/homebrew/Cellar/wxwidgets/3.2.4/bin/wx-config --cflags
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
Expand Down

0 comments on commit e4adcfd

Please sign in to comment.