Skip to content

Commit 44436a4

Browse files
committed
fixup! TO-DROP: avoid rebuilding the msys2-runtime
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent bbbd999 commit 44436a4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
env:
4646
G4W_SDK_REPO: git-for-windows/git-sdk-64
4747
steps:
48+
- uses: actions/download-artifact@v4
49+
with:
50+
name: install
51+
run-id: 12948758598
52+
repository: ${{ github.repository }}
4853
- name: get latest successful ci-artifacts run
4954
id: ci-artifacts-run-id
5055
uses: actions/github-script@v7
@@ -77,10 +82,6 @@ jobs:
7782
exit $?
7883
done
7984
ls -la
80-
- uses: actions/download-artifact@v4
81-
with:
82-
name: install
83-
run-id: 12948758598
8485
- name: overwrite MSYS2 runtime with the just-built msys2-runtime
8586
shell: bash
8687
run: |

0 commit comments

Comments
 (0)