Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaysashank committed Nov 28, 2023
1 parent 5453c34 commit 2baac4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install wxWidgets on Ubuntu / macOS
run: |
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
apt install -y libwxgtk3.0-gtk3-dev
elif [[ "${{ matrix.os }}" == "macos-latest" ]]; then
sudo apt-get install -y libwxgtk3.0-gtk3-dev
elif [[ "${{ matrix.os }}" == "macOS-latest" ]]; then
brew install wxwidgets
fi
Expand Down

0 comments on commit 2baac4e

Please sign in to comment.