From 37551c99a2a1c0cb92186bc7594a1abf9a66a297 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Fri, 26 Jul 2024 09:43:55 +1000 Subject: [PATCH] Updated workflow wine respository --- .github/workflows/macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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