Skip to content

Commit

Permalink
wx-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 15, 2024
1 parent abdba71 commit df8fd93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,16 @@ jobs:
# wx-config-3 --cflags
# echo ${HOME}/wx-3.2.3/bin >> $GITHUB_PATH
brew install wxmac
ls /usr/local/Cellar/wxwidgets/3.2.5
ls /usr/local/Cellar/wxwidgets/3.2.5/bin
/usr/local/Cellar/wxwidgets/3.2.5/bin/wx-config --cflags
sudo ln -s /usr/local/Cellar/wxwidgets/3.2.5/bin/wx-config /usr/local/Cellar/wxwidgets/3.2.5/bin/wx-config-3
echo /usr/local/Cellar/wxwidgets/3.2.5/bin >> $GITHUB_PATH
- 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
sudo ln -s /opt/homebrew/Cellar/wxwidgets/3.2.4/bin/wx-config /opt/homebrew/Cellar/wxwidgets/3.2.4/bin/wx-config-3
echo /opt/homebrew/Cellar/wxwidgets/3.2.4/bin >> $GITHUB_PATH
- name: Setup cmake
Expand Down

0 comments on commit df8fd93

Please sign in to comment.