File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
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
3233 sudo wget https://imagemagick.org/archive/binaries/magick
3334 sudo cp magick /usr/local/bin
3435 sudo chmod 777 /usr/local/bin/magick
Original file line number Diff line number Diff line change 4040- Added test cases for the retrieveProgram function in ` Controllers/Program `
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
43+ - Updated CircleCI configuration to update ` wget ` version (to fix ImageMagick download error)
4344
4445## [ 0.7.1] - 2025-06-16
4546
You can’t perform that action at this time.
0 commit comments