Skip to content

Commit

Permalink
Install Just-a-Monad
Browse files Browse the repository at this point in the history
  • Loading branch information
Russoul committed Dec 9, 2023
1 parent 7ec729b commit ca19c8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
SCHEME: scheme
# The idris2 commit we build upon
IDRIS2_REMOTE: "idris-lang"
RUSSOUL_REMOTE: "russoul"
IDRIS2_HASH: "86c53e607"

jobs:
Expand Down Expand Up @@ -58,6 +59,12 @@ jobs:
cd Idris2
make install
cd ..
- name: Install Just-A-Monad
run: |
git clone https://github.com/${{ env.RUSSOUL_REMOTE }}/Just-a-Monad
cd Just-a-Monad
idris2 --install
cd ..
- name: Build and test Nova
run: |
make build-bin
Expand Down

0 comments on commit ca19c8f

Please sign in to comment.