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 9a2c00f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 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: echo ':gen A64 .* scala true offlineASL-scala/lifter/src/generated' | OCAMLRUNPARAM=b dune exec asli

- run: mill lifter.assembly
- run: mill main.compile
- run: mill main.run --opcode 0x8b031041
- run: 'cd offlineASL-scala && mill lifter.assembly'
- run: 'cd offlineASL-scala && mill main.run --help'

0 comments on commit 9a2c00f

Please sign in to comment.