mirror of
https://github.com/Threnklyn/nton.git
synced 2026-05-18 21:03:28 +02:00
Remove ImageMagick installation via Chocolatey from GitHub Workflows
ImageMagick is pre-installed on Windows runners.
This commit is contained in:
@@ -25,7 +25,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip wheel
|
||||
poetry install
|
||||
choco install imagemagick
|
||||
- name: Cache external Homebrew Tools
|
||||
id: cache-hb-tools
|
||||
uses: actions/cache@v3
|
||||
|
||||
Reference in New Issue
Block a user