Skip to content

Commit

Permalink
ci build: Windows bash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed Mar 12, 2024
1 parent 5b87f86 commit 273ada9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [macos-latest,windows-latest]
os: [macos-latest, windows-latest]

steps:
- name: Check out repository code
Expand All @@ -25,10 +25,11 @@ jobs:
run: |
choco install mingw wxwidgets sqlite make
choco install gnuwin32-m4
choco install bash
- name: Install Dependencies - Linux
if: runner.os == 'linux'
run: |
brew install wxwidgets m4 tinyxml zstd autoconf libtool automake wxwidgets libpng sqlite bash
brew install wxwidgets m4 tinyxml zstd autoconf libtool automake wxwidgets libpng sqlite
brew install dylibbundler
- name: Install Dependencies - MacOS
if: runner.os == 'macos'
Expand Down

0 comments on commit 273ada9

Please sign in to comment.