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 28756ca commit 275d29d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
with:
submodules: recursive
- name: Update submodule branch
# run : |
# 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 : |
git config --file=.gitmodules submodule.TEST_DIR_ROOT/riscv_tests.git.branch riscv-tests-sail ; \
git submodule sync ; \
git submodule update --init --recursive --remote
cd TES_DIR_ROOT/riscv_tests.git ; \
git fetch ; \
git checkout riscv-tests-sail ;
- name: Ensure pre-commit checks pass
run: pip install pre-commit && pre-commit run --all-files --show-diff-on-failure --color=always
- name: Init opam
Expand Down

0 comments on commit 275d29d

Please sign in to comment.