Skip to content

Commit

Permalink
fix versions of wx
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 16, 2024
1 parent c4e7c02 commit 434d55b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,20 @@ jobs:
- name: Install wxWidgets
if: ${{ matrix.os == 'macos-14-large'}}
run: |
brew install wxmac
/usr/local/Cellar/wxwidgets/3.2.5/bin/wx-config --cflags
WXMSW3=/usr/local/Cellar/wxwidgets/3.2.5
brew install wxmac@3.2.3
/usr/local/Cellar/wxwidgets/3.2.3/bin/wx-config --cflags
WXMSW3=/usr/local/Cellar/wxwidgets/3.2.3
echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV
echo /usr/local/Cellar/wxwidgets/3.2.5/bin >> $GITHUB_PATH
echo /usr/local/Cellar/wxwidgets/3.2.3/bin >> $GITHUB_PATH
- name: Install wxWidgets
if: ${{ matrix.os == 'macos-latest'}}
run: |
brew install wxmac
/opt/homebrew/Cellar/wxwidgets/3.2.4/bin/wx-config --cflags
WXMSW3=/opt/homebrew/Cellar/wxwidgets/3.2.4
brew install wxmac@3.2.3
/opt/homebrew/Cellar/wxwidgets/3.2.3/bin/wx-config --cflags
WXMSW3=/opt/homebrew/Cellar/wxwidgets/3.2.3
echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV
echo /opt/homebrew/Cellar/wxwidgets/3.2.4/bin >> $GITHUB_PATH
echo /opt/homebrew/Cellar/wxwidgets/3.2.3/bin >> $GITHUB_PATH
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 434d55b

Please sign in to comment.