Skip to content

Commit

Permalink
Try using homebrew to install flatbuffers and cmake for the MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Oct 12, 2024
1 parent 638b68e commit 99cdd46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
build_default_macos:
runs-on: macos-latest
steps:
- name: Get CMake
uses: symbitic/install-cmake@master
- uses: aisightgmbh/actions-install-flatc@v1
- uses: tecolicom/actions-use-homebrew-tools@v1
with:
tools: cmake flatbuffers flatcc
- uses: actions/checkout@v4
with:
submodules: 'true'
Expand Down

0 comments on commit 99cdd46

Please sign in to comment.