Skip to content

Commit

Permalink
use coursier/setup-action
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Sep 2, 2024
1 parent 2d1b983 commit 9fb65c3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,14 @@ jobs:
- uses: cachix/install-nix-action@v25
- run: echo 'preparing nix shell environment'

- uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17

- uses: coursier/cache-action@v6
- run: cs install mill
- uses: coursier/setup-action@v1
with:
jvm: adopt:11
apps: sbt mill

- run: dune build --profile release
- run: echo ':gen A64 .* scala true offlineASL-scala/lifter/generated' | OCAMLRUNPARAM=b dune exec asli

- run: mill lifter.assembly
- run: mill main.compile
- run: mill main.run --opcode 0x8b031041

0 comments on commit 9fb65c3

Please sign in to comment.