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 5491404 commit 7b6d5d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# git submodule sync ; \
# git submodule update --init --recursive --remote
run : |
cd TEST_DIR_ROOT/ ; \
git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \
cd riscv-tests ; \
cd TEST_DIR_ROOT/riscv_tests.git ; \
# git clone https://github.com/riscv-software-src/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 7b6d5d1

Please sign in to comment.