File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ pipeline:
44
44
- uses : fetch
45
45
if : ${{package.name}} != 'hello'
46
46
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
48
48
expected-sha256 : cf04af86dc085268c5f4470fbae49b18afbc221b78096aab842d934a76bad0ab
49
49
50
50
- runs : |
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ environment:
25
25
pipeline :
26
26
- uses : fetch
27
27
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
29
29
expected-sha256 : cf04af86dc085268c5f4470fbae49b18afbc221b78096aab842d934a76bad0ab
30
30
31
31
- uses : autoconf/configure
You can’t perform that action at this time.
0 commit comments