Skip to content

Commit

Permalink
intermediate checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
billmcspadden-riscv committed May 2, 2024
1 parent 0295ceb commit 4dc5f30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
make -v ; \
which gmake ; \
export PATH=/opt/riscv/bin:${PATH} ; \
riscv32-unknown-elf-gcc -march=rv32g_zbb -c -x c /dev/null ; \
echo "return code: $?" ; \
make isa ;
- name: Build and test simulators
run: eval $(opam env) && test/run_tests.sh
Expand Down

0 comments on commit 4dc5f30

Please sign in to comment.