Skip to content

Commit 090bcf2

Browse files
committed
Change 3rd party package url
1 parent 0626408 commit 090bcf2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Create and push multi-platform manifest
144144
working-directory: ${{ runner.temp }}/digests
145145
env:
146-
DOCKER_ARCH: ${{ steps.set_os_versions.outputs.docker_arch }}
146+
DOCKER_ARCH: ${{ needs.set_versions.outputs.docker_arch }}
147147
DOCKER_METADATA_OUTPUT_JSON: ${{ steps.meta.outputs.json }}
148148
run: |
149149
set -euxo pipefail
@@ -171,7 +171,7 @@ jobs:
171171
172172
- name: Verify multi-platform image
173173
env:
174-
DOCKER_ARCH: ${{ steps.set_os_versions.outputs.docker_arch }}
174+
DOCKER_ARCH: ${{ needs.set_versions.outputs.docker_arch }}
175175
run: |
176176
set -euxo pipefail
177177
docker buildx imagetools inspect "${REGISTRY_IMAGE}:${GITHUB_REF_NAME}"

3rdparty/getall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ sub downloadone{
277277
my $md5check=md5_hex(`cat pkg/$pkg`);
278278
if( ( $md5 ne "none") && ($md5check ne $md5)){
279279
print "Download failed (MD5 check $md5check) from $url of $pkg\n";
280-
my $url="https://www.ljll.fr/hecht/pkg/$pkg";
280+
my $url="https://joliv.et/freefem/pkg/$pkg";
281281
my $cmd="../bin/build/download $url pkg/$pkg $opts";
282282
print "Try other site: $url\n";
283283
system $cmd;

0 commit comments

Comments
 (0)