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 4dc5f30 commit 073bdf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
make -v ; \
which gmake ; \
export PATH=/opt/riscv/bin:${PATH} ; \
echo "PATH: ${PATH}" ; \
riscv32-unknown-elf-gcc -march=rv32g_zbb -c -x c /dev/null ; \
echo "return code: $?" ; \
make isa ;
Expand Down

0 comments on commit 073bdf0

Please sign in to comment.