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 75b0efd commit 7dff949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
# git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \
# cd riscv-tests ; \
run : |
cd TEST_DIR_ROOT/riscv_tests.git ; \
cd TEST_DIR_ROOT/ ; \
ln -s riscv_tests.git riscv_tests; \
cd riscv_tests ; \
git checkout -t origin/riscv-tests-sail ; \
ls -l ;
- name: Ensure pre-commit checks pass
Expand Down

0 comments on commit 7dff949

Please sign in to comment.