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 13, 2024
1 parent 118a3dd commit f8677ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-msys2-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
unzip -q /tmp/"$name".zip ||
exit $?
done
ls -la
- name: overwrite MSYS2 runtime with the msys2-runtime build's artifacts
shell: bash
run: |
Expand Down Expand Up @@ -81,7 +82,7 @@ jobs:
id: git-artifacts-extract-location
shell: bash
run: |
echo "result=$(tar Ox git-artifacts.tar.gz git/bin-wrappers/git |
echo "result=$(tar Oxf git-artifacts.tar.gz git/bin-wrappers/git |
sed -n 's|^GIT_EXEC_PATH='\''\(.*\)/git'\''$|\1|p')" >>$GITHUB_OUTPUT
- name: upload git artifacts for testing
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f8677ba

Please sign in to comment.