We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ac63e commit 1b7b539Copy full SHA for 1b7b539
.github/workflows/many-platforms.yml
@@ -42,10 +42,10 @@ on:
42
env:
43
package: gnulib
44
# URL suitable for 'git clone'
45
- #gnulib_url: https://git.savannah.gnu.org/git/gnulib.git
+ #gnulib_url: https://https.git.savannah.gnu.org/git/gnulib.git
46
gnulib_url: https://github.com/coreutils/gnulib.git
47
# URL prefix suitable for downloading individual files through 'wget'
48
- #gnulib_url_prefix: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=
+ #gnulib_url_prefix: https://gitweb.git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=
49
gnulib_url_prefix: https://raw.githubusercontent.com/coreutils/gnulib/refs/heads/master/
50
51
jobs:
0 commit comments