diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 815abac4..5484d0e2 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -36,7 +36,7 @@ jobs: mkdir $GITHUB_WORKSPACE/wine cd wine git init - git fetch git://source.winehq.org/git/wine.git $($GITHUB_WORKSPACE/staging/patchinstall.py --upstream-commit) --depth=1 + git fetch git@gitlab.winehq.org:wine/wine.git $($GITHUB_WORKSPACE/staging/patchinstall.py --upstream-commit) --depth=1 git checkout $($GITHUB_WORKSPACE/staging/patchinstall.py --upstream-commit) - name: Run patchinstall.py --all