Skip to content

Commit

Permalink
fixup! ci: add a workflow to test custom MSYS2 runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Feb 14, 2024
1 parent 1e02443 commit 311f915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-msys2-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "$name"
curl -H "Authorization: token ${{secrets.GITHUB_TOKEN}}" \
-#sLo /tmp/"$name".zip "$url" &&
unzip -q /tmp/"$name".zip ||
unzip -qo /tmp/"$name".zip ||
exit $?
done
ls -la
Expand Down

0 comments on commit 311f915

Please sign in to comment.