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 1, 2024
1 parent cb0118b commit 4c2943c
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 @@ -28,8 +28,8 @@ jobs:
run: sudo tar xvfz riscv64-glibc-ubuntu-22.04-gcc-nightly-2024.04.12-nightly.tar.gz --directory /opt
- name: Build RISC-V testsuite
run: |
git branch ; \
cd TEST_DIR_ROOT/riscv_tests.git ; \
echo ${PWD} ls ; \
autoconf ; \
./configure --prefix=${PWD}/target ; \
make isa ;
Expand Down

0 comments on commit 4c2943c

Please sign in to comment.