Skip to content

Commit

Permalink
Do not install ImageMagick because it is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 24, 2024
1 parent ba1dadb commit c65ebab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/windows-direct3d12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:

- name: Get Submodules
run: ./get_dlc
- name: Get ImageMagick
run: |
choco install -y imagemagick.app --no-progress
Get-ChildItem -Path "${env:ProgramFiles}" | Where-Object {($_.Name -Like 'ImageMagick*')} | % { $_.FullName } | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8

- name: Compile Shader
working-directory: Shader
Expand Down
4 changes: 0 additions & 4 deletions write_workflows.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ ${java}
${steps}
- name: Get Submodules
run: ./get_dlc
- name: Get ImageMagick
run: |
choco install -y imagemagick.app --no-progress
Get-ChildItem -Path \"\${env:ProgramFiles}\" | Where-Object {($_.Name -Like 'ImageMagick*')} | % { $_.FullName } | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
${postfixSteps}
`;

Expand Down

0 comments on commit c65ebab

Please sign in to comment.