From 31652af7e23cbd443c9471f3da52cce18d87c985 Mon Sep 17 00:00:00 2001 From: Esme Date: Mon, 6 Nov 2023 13:46:02 -0600 Subject: [PATCH] Update macOS CI to match the Winehq wiki --- .github/workflows/c-cpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a613927d..45827343 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -177,7 +177,8 @@ jobs: - name: Install Wine run: | brew install coreutils # for gtimeout - brew install --cask --no-quarantine homebrew/cask-versions/wine-devel + brew tap homebrew/cask-versions + brew install --cask --no-quarantine wine-devel - name: Download Wine Mono msi uses: actions/download-artifact@v3 with: