Skip to content

Commit

Permalink
The shell is mandatory for an action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 8, 2024
1 parent 674833f commit b474847
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ runs:
steps:
- name: Build ImageMagick
run: ./build.imagemagick.cmd ${{ inputs.quantumName }} ${{ inputs.platformName }}
shell: powershell
working-directory: build/windows

- name: Update resource files
run: ./update.resourcefiles.ps1
shell: powershell
working-directory: build/windows

- name: Build Native
run: ./build.native.cmd ${{ inputs.quantumName }} ${{ inputs.platformName }}
shell: powershell
working-directory: build/windows

- name: Copy Native
run: ./copy.native.ps1 -quantumName ${{ inputs.quantumName }} -platformName ${{ inputs.platformName }} -destination ../../artifacts
shell: powershell
working-directory: build/windows

0 comments on commit b474847

Please sign in to comment.