We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786308d commit 049a4c5Copy full SHA for 049a4c5
.github/workflows/many-platforms.yml
@@ -38,10 +38,10 @@ on:
38
env:
39
package: libffcall
40
# URL suitable for 'git clone'
41
- #gnulib_url: https://git.savannah.gnu.org/git/gnulib.git
+ #gnulib_url: https://https.git.savannah.gnu.org/git/gnulib.git
42
gnulib_url: https://github.com/coreutils/gnulib.git
43
# URL prefix suitable for downloading individual files through 'wget'
44
- #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=
45
gnulib_url_prefix: https://raw.githubusercontent.com/coreutils/gnulib/refs/heads/master/
46
47
jobs:
0 commit comments