File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments