Skip to content

Commit

Permalink
GitHub release workflow: remove unused ImageMagick on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 12, 2025
1 parent d95224b commit e60691c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: |
nuget install Gettext.Tools -Version 0.22.4 -OutputDirectory c:\nuget;
Add-Content $env:GITHUB_PATH "C:\nuget\Gettext.Tools.0.22.4\tools\bin";
nuget install Magick.NET-Q16-AnyCPU -Version 14.3.0 -OutputDirectory c:\nuget;
Add-Content $env:GITHUB_PATH "C:\nuget\Magic.NET-Q16-AnyCPU.14.3.0\tools\bin"
Add-Content $env:GITHUB_PATH "C:\nuget\Gettext.Tools.0.22.4\tools\bin"
- name: Install pyright
run: npm install -g pyright
- name: Install Python dependencies
Expand Down

0 comments on commit e60691c

Please sign in to comment.