Skip to content

Commit f6e9206

Browse files
committed
Use ftpmirror.gnu.org whenever applicable
Signed-off-by: Sergio Durigan Junior <[email protected]>
1 parent 15d3e93 commit f6e9206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/conditional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline:
4444
- uses: fetch
4545
if: ${{package.name}} != 'hello'
4646
with:
47-
uri: https://ftp.gnu.org/gnu/hello/hello-${{package.version}}.tar.gz
47+
uri: https://ftpmirror.gnu.org/gnu/hello/hello-${{package.version}}.tar.gz
4848
expected-sha256: cf04af86dc085268c5f4470fbae49b18afbc221b78096aab842d934a76bad0ab
4949

5050
- runs: |

examples/gnu-hello.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ environment:
2525
pipeline:
2626
- uses: fetch
2727
with:
28-
uri: https://ftp.gnu.org/gnu/hello/hello-${{package.version}}.tar.gz
28+
uri: https://ftpmirror.gnu.org/gnu/hello/hello-${{package.version}}.tar.gz
2929
expected-sha256: cf04af86dc085268c5f4470fbae49b18afbc221b78096aab842d934a76bad0ab
3030

3131
- uses: autoconf/configure

0 commit comments

Comments
 (0)