Skip to content

Commit 731cfec

Browse files
committed
open-pr: actually use the cached-and-restored git-sdk-64 subset
We can now successfully restore the cached artifact, but we still have to add it to the `PATH` and set `MSYSTEM` accordingly... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ce75739 commit 731cfec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/open-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ jobs:
118118
119119
# makepkg/updpkgsums expects `curl` to be present in `/usr/bin/`
120120
printf '#!/bin/sh\n\nexec /mingw64/bin/curl.exe "$@"' >usr/bin/curl &&
121+
- name: use git-sdk-64 subset
122+
shell: bash
123+
run: |
124+
cd .sdk &&
121125
122126
# add the SDK directories to the `PATH`
123127
cygpath -aw "usr/bin/core_perl" >>$GITHUB_PATH &&

0 commit comments

Comments
 (0)