Skip to content

Commit

Permalink
Fix submodule update failure
Browse files Browse the repository at this point in the history
Signed-off-by: tienntr <[email protected]>
  • Loading branch information
tienntr committed Dec 21, 2023
1 parent 01fff56 commit ab01588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout submodules
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
git submodule init binutils gcc gdb glibc newlib qemu spike
git submodule init binutils gcc gdb glibc newlib spike
git submodule update --recursive --progress --depth=1 -j 0
- name: Configure Newlib toolchain
Expand Down

0 comments on commit ab01588

Please sign in to comment.