From 3bf16445946f9192659d072cfd5d49277017e071 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 10 Oct 2024 14:35:58 +0000 Subject: [PATCH] [Actions] Updated .github/actions/build/action.yml --- .github/actions/build/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 40fad5f5..f2e520b4 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -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/setup-qemu-action@v3.0.0 + - name: "Configure Docker" if: steps.check_files.outputs.DOCKERFILE_EXIST == 'true' uses: ./.github/actions/docker-setup