Skip to content

Commit

Permalink
github build: Use apt-get rather than apt (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored Jan 15, 2025
1 parent e11840a commit 2b4012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
virtualenvs-in-project: true
- name: Install ImageMagick
run: sudo apt install imagemagick
run: sudo apt-get install -y imagemagick
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit 2b4012b

Please sign in to comment.