Skip to content

Commit cc190ae

Browse files
authored
Use codeberg pictrs mirror to fix CI. (LemmyNet#5286)
1 parent 7585aac commit cc190ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api_tests/prepare-drone-federation-test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export LEMMY_TEST_FAST_FEDERATION=1 # by default, the persistent federation queu
1515

1616
# pictrs setup
1717
if [ ! -f "api_tests/pict-rs" ]; then
18-
curl "https://git.asonix.dog/asonix/pict-rs/releases/download/v0.5.16/pict-rs-linux-amd64" -o api_tests/pict-rs
18+
# This one sometimes goes down
19+
# curl "https://git.asonix.dog/asonix/pict-rs/releases/download/v0.5.16/pict-rs-linux-amd64" -o api_tests/pict-rs
20+
curl "https://codeberg.org/asonix/pict-rs/releases/download/v0.5.6/pict-rs-linux-amd64" -o api_tests/pict-rs
1921
chmod +x api_tests/pict-rs
2022
fi
2123
./api_tests/pict-rs \

0 commit comments

Comments
 (0)