Skip to content

Commit a0c2610

Browse files
committed
fixup! TO-DROP: verify that the pacman work-around works
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 166e6d0 commit a0c2610

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
run_id=8953014074 &&
3232
name=MSYS-packages &&
3333
34+
# Yeah, yeah, I know, it does not belong in `/usr/`, but this is just for testing, okay?
35+
curl -Lo /usr/bin/jq.exe https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe &&
36+
3437
curl -H "Authorization: token ${{secrets.GITHUB_TOKEN}}" \
3538
-L https://api.github.com/repos/$repository/actions/runs/$run_id/artifacts |
3639
jq -r '.artifacts[] | select(.name | test("'$name'")) | [.name, .archive_download_url] | @tsv' |

0 commit comments

Comments
 (0)