Skip to content

Commit

Permalink
Add macos build tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 12, 2024
1 parent 0fc9e7d commit db2a824
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: 🧽 Developer Command Prompt for Microsoft Visual C++
uses: ilammy/msvc-dev-cmd@v1

- name: 🔨 Prepare build env
run: |
brew install autoconf automake autoconf-archive
- name: 🐕 Checkout vcpkg
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit db2a824

Please sign in to comment.