Skip to content

Commit 65c8980

Browse files
committed
fixup! TO-DROP: avoid rebuilding the msys2-runtime
1 parent e3366d1 commit 65c8980

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ 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-
github-token: ${{ secrets.GITHUB_TOKEN }}
53-
repository: ${{ github.repository }}
5448
- name: get latest successful ci-artifacts run
5549
# Cannot just grab from https://github.com/git-for-windows/git-sdk-64/releases/tag/ci-artifacts
5650
# because we also need the git-artifacts
@@ -85,6 +79,12 @@ jobs:
8579
exit $?
8680
done
8781
ls -la
82+
- uses: actions/download-artifact@v4
83+
with:
84+
name: install
85+
run-id: 12948758598
86+
github-token: ${{ secrets.GITHUB_TOKEN }}
87+
repository: ${{ github.repository }}
8888
- name: overwrite MSYS2 runtime with the just-built msys2-runtime
8989
shell: bash
9090
run: |

0 commit comments

Comments
 (0)