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 7b6d5d1 commit 75b0efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
# git config --file=.gitmodules submodule.TEST_DIR_ROOT/riscv_tests.git.branch riscv-tests-sail ; \
# git submodule sync ; \
# git submodule update --init --recursive --remote
run : |
cd TEST_DIR_ROOT/riscv_tests.git ; \
# git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \
# cd riscv-tests ; \
run : |
cd TEST_DIR_ROOT/riscv_tests.git ; \
git checkout -t origin/riscv-tests-sail ; \
ls -l ;
- name: Ensure pre-commit checks pass
Expand Down

0 comments on commit 75b0efd

Please sign in to comment.