mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
Use github for gnulib
This commit is contained in:
parent
7d1a472501
commit
bdaeac12f4
1 changed files with 10 additions and 1 deletions
11
.github/workflows/GnuTests.yml
vendored
11
.github/workflows/GnuTests.yml
vendored
|
@ -75,7 +75,16 @@ jobs:
|
|||
repository: 'coreutils/coreutils'
|
||||
path: '${{ steps.vars.outputs.path_GNU }}'
|
||||
ref: ${{ steps.vars.outputs.repo_GNU_ref }}
|
||||
submodules: recursive
|
||||
submodules: false
|
||||
|
||||
- name: Override submodule URL and initialize submodules
|
||||
# Use github instead of upstream git server
|
||||
run: |
|
||||
git submodule sync --recursive
|
||||
git config submodule.gnulib.url https://github.com/coreutils/gnulib.git
|
||||
git submodule update --init --recursive --depth 1
|
||||
working-directory: ${{ steps.vars.outputs.path_GNU }}
|
||||
|
||||
- name: Retrieve reference artifacts
|
||||
uses: dawidd6/action-download-artifact@v6
|
||||
# ref: <https://github.com/dawidd6/action-download-artifact>
|
||||
|
|
Loading…
Reference in a new issue