Unverified Commit ebe771b3 by Edward Thomson Committed by GitHub

Merge pull request #5930 from libgit2/ethomson/ci_11

ci: add manual dispatch event for 1.1 branch
parents 20c9fc91 3d1ca786
......@@ -7,6 +7,7 @@ on:
branches: [ master, maint/* ]
pull_request:
branches: [ master, maint/* ]
workflow_dispatch:
env:
docker-registry: docker.pkg.github.com
......
......@@ -9,9 +9,9 @@ BUILD_TEMP=$(cygpath $BUILD_TEMP)
case "$ARCH" in
amd64)
MINGW_URI="https://bintray.com/libgit2/build-dependencies/download_file?file_path=mingw-w64-x86_64-8.1.0-release-win32-seh-rt_v6-rev0.zip";;
MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2021-05-04/mingw-x86_64-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
x86)
MINGW_URI="https://bintray.com/libgit2/build-dependencies/download_file?file_path=mingw-w64-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2021-05-04/mingw-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
esac
if [ -z "$MINGW_URI" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment