Skip to content

Commit fee4f70

Browse files
committed
git-artifacts: install build dependencies
1 parent a99d0ec commit fee4f70

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
steps:
5454
- name: clone git-for-windows-automation
5555
uses: actions/checkout@v4
56+
- name: Install build dependencies
57+
shell: powershell
58+
run: ./azure-self-hosted-runners/post-deployment-script.ps1
5659
- name: Construct bundle-artifacts from existing tag
5760
if: env.EXISTING_GIT_TAG != ''
5861
run: |
@@ -364,8 +367,10 @@ jobs:
364367
sha256sum-nuget: ${{ steps.build.outputs.sha256sum-nuget }}
365368
steps:
366369
- name: clone git-for-windows-automation
367-
if: needs.pkg.outputs.check-run-state != '' && always()
368370
uses: actions/checkout@v4
371+
- name: Install build dependencies
372+
shell: powershell
373+
run: ./azure-self-hosted-runners/post-deployment-script.ps1
369374
- name: Download pkg-${{env.ARCHITECTURE}}
370375
uses: actions/download-artifact@v4
371376
with:

0 commit comments

Comments
 (0)