Skip to content

Commit

Permalink
adding CI 18
Browse files Browse the repository at this point in the history
  • Loading branch information
moste00 committed Aug 23, 2024
1 parent 1e02490 commit b95cc0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/end2end-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
run: |
source ~/.bash_profile
export OPAMCONFIRMLEVEL=yes
opam install . --deps-only --locked
opam install . --deps-only
opam install libsail.opam.locked
rm *.gen.inc
dune exec --profile release -- riscv_disasm_from_sail -f bin/sail.filepaths.txt

0 comments on commit b95cc0b

Please sign in to comment.