Skip to content

Commit b50b94e

Browse files
authored
Updated CircleCI config to update wget version (#1626)
1 parent 7e9ab6c commit b50b94e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +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
3233
sudo wget https://imagemagick.org/archive/binaries/magick
3334
sudo cp magick /usr/local/bin
3435
sudo chmod 777 /usr/local/bin/magick

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
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

0 commit comments

Comments
 (0)