Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 10, 2024
1 parent 4f9d79e commit add04fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ runs:
NUGET_ADDITIONAL_RESTORE_FEED_RELEASE: ${{inputs.NUGET_ADDITIONAL_RESTORE_FEED_RELEASE}}
NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE: ${{inputs.NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE}}

- name: "Set up QEMU"
if: steps.check_files.outputs.DOCKERFILE_EXIST == 'true'
uses: docker/[email protected]

- name: "Configure Docker"
if: steps.check_files.outputs.DOCKERFILE_EXIST == 'true'
uses: ./.github/actions/docker-setup
Expand Down

0 comments on commit add04fe

Please sign in to comment.