Skip to content

Commit aa345d8

Browse files
authored
Reverted CircleCI wget change; switched CircleCI ImageMagick download to use http (#1627)
1 parent b50b94e commit aa345d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
sudo apt-get update
3030
sudo apt-get install -y graphviz
3131
sudo apt-get install -y texlive-latex-base
32-
sudo apt install --only-upgrade wget
33-
sudo wget https://imagemagick.org/archive/binaries/magick
32+
sudo wget http://imagemagick.org/archive/binaries/magick
3433
sudo cp magick /usr/local/bin
3534
sudo chmod 777 /usr/local/bin/magick
3635
sudo dpkg --remove --force-remove-reinstreq nodejs

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
- Removed duplicate code from `mockRequest` and `runServerPartWith` in `backend-test/TestHelpers.hs`
4242
- Initialized a SchemaVersion table for the purposes of running robust database migrations
4343
- Updated CircleCI configuration to update `wget` version (to fix ImageMagick download error)
44+
- Reverted previous CircleCI configuration change
45+
- Switched CircleCI ImageMagick download to use http
4446

4547
## [0.7.1] - 2025-06-16
4648

0 commit comments

Comments
 (0)