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 1a09613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ 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
git submodule update --progress --depth=1 -j 0 qemu
- name: Configure Newlib toolchain
run: |
Expand Down

0 comments on commit 1a09613

Please sign in to comment.