Skip to content

Commit

Permalink
still trying to get things to work
Browse files Browse the repository at this point in the history
  • Loading branch information
billmcspadden-riscv committed May 1, 2024
1 parent 25484f1 commit cb0118b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
- name: Build RISC-V testsuite
run: |
git branch ; \
cd TEST_DIR_ROOT/ ; \
cd riscv_tests.git ; \
git checkout riscv-tests-sail ; \
cd TEST_DIR_ROOT/riscv_tests.git ; \
autoconf ; \
./configure --prefix=${PWD}/target ; \
make isa ;
Expand Down

0 comments on commit cb0118b

Please sign in to comment.