Skip to content

Commit

Permalink
add wx-config to path
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 15, 2024
1 parent e4adcfd commit abdba71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
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
echo /usr/local/Cellar/wxwidgets/3.2.5/bin >> $GITHUB_PATH
- name: Install wxWidgets
if: ${{ matrix.os == 'macos-latest'}}
Expand All @@ -137,6 +138,7 @@ jobs:
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
echo /opt/homebrew/Cellar/wxwidgets/3.2.4/bin >> $GITHUB_PATH
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit abdba71

Please sign in to comment.