Skip to content

Commit

Permalink
fix: install ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 7, 2024
1 parent 1afe852 commit 2ff8f31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
mix local.hex --force
mix local.rebar --force
- name: Install build dependencies
run: |
brew install cmake ninja
- name: Cache mix packages
id: cache-mix-deps
uses: actions/cache/restore@v4
Expand All @@ -108,7 +112,7 @@ jobs:
id: get-iree-version
run: echo "iree_version=$(mix iree.version)" >> $GITHUB_ENV

- name: Cache IREE source code
- name: Restore IREE source code
id: cache-iree
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 2ff8f31

Please sign in to comment.