Skip to content

Commit

Permalink
IDR - test with homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ard committed Aug 18, 2024
1 parent adba240 commit 49163e8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,12 @@ jobs:
# from https://github.com/marketplace/actions/setup-idris
# Install idris through homebrew
- uses: tecolicom/actions-use-homebrew-tools@v1
with:
tools: idris2
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install Idris
run: brew install idris2

- name: Run tests
run: |
Expand Down

0 comments on commit 49163e8

Please sign in to comment.