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 07a642a commit 158246a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
# git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \
# cd riscv-tests ; \
run : |
echo $PWD ; \
cat .gitmodules ; \
git branch ; \
cd TEST_DIR_ROOT/ ; \
cd riscv_tests.git ; \
git branch -r ; \
cd TEST_DIR_ROOT/riscv_tests.git ; \
echo $PWD ; \
ls -l ;
cat .gitmodules ; \
Expand Down

0 comments on commit 158246a

Please sign in to comment.