Skip to content

Commit

Permalink
macos images have make and cmake guaranteed
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 14, 2024
1 parent aac060e commit 73dc895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Checkout Files
uses: actions/checkout@v4
- name: Setup MacOS
run: brew install make cmake imagemagick
run: brew install imagemagick
- name: wxWidgets Cache Key
run: echo "WXHASH=$(git submodule status wx | tr -d '[:blank:]')" >> $GITHUB_ENV
- name: Cache wxWidgets
Expand Down

0 comments on commit 73dc895

Please sign in to comment.