Skip to content

Commit

Permalink
fixed a type in the branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
billmcspadden-riscv committed May 1, 2024
1 parent c7b9743 commit 64097ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd TEST_DIR_ROOT/ ; \
git submodule update --init --recursive ; \
cd riscv_tests.git ; \
git checkout riscv-tests-tail ; \
git checkout riscv-tests-sail ; \
autoconf ; \
./configure --prefix=${PWD}/target ; \
make isa ;
Expand Down

0 comments on commit 64097ca

Please sign in to comment.