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 7, 2024
1 parent 805755d commit d29664e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@HEAD
with:
# submodules: recursive
submodules: true
submodules: recursive
# submodules: true
- name: Update submodule branch
# run : |
# git config --file=.gitmodules submodule.TEST_DIR_ROOT/riscv_tests.git.branch riscv-tests-sail ; \
Expand All @@ -21,6 +21,7 @@ jobs:
# git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \
# cd riscv-tests ; \
run : |
git branch ; \
cd TEST_DIR_ROOT/ ; \
cd riscv_tests.git ; \
git branch -r ; \
Expand Down

0 comments on commit d29664e

Please sign in to comment.