Skip to content

Commit

Permalink
use brew instead of apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
hallfjonas authored Oct 4, 2023
1 parent 2c86ce6 commit 14462df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project-build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install pre-reqs
run: sudo apt-get update && sudo apt-get -y install cmake
run: brew install cmake
- name: create and switch to build dir
run: mkdir build; cd build;
- name: configure step
Expand Down

0 comments on commit 14462df

Please sign in to comment.