From 8626b5f58a147e87e3ca99b91e14a75a077464f3 Mon Sep 17 00:00:00 2001 From: Nayla Date: Sat, 22 Apr 2023 11:23:15 -0400 Subject: [PATCH] Update windows-macOS-Linux.yml --- .github/workflows/windows-macOS-Linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-macOS-Linux.yml b/.github/workflows/windows-macOS-Linux.yml index a2f60238af..2a046dd423 100644 --- a/.github/workflows/windows-macOS-Linux.yml +++ b/.github/workflows/windows-macOS-Linux.yml @@ -53,7 +53,7 @@ jobs: # Use Static ZSTD - name: Remove ZSTD if: matrix.os == 'macos-latest' - run: brew uninstall zstd curl php --foubunturce --ignore-dependencies + run: brew uninstall zstd curl php --force --ignore-dependencies # Run CMake - name: Run CMake if: matrix.os == 'macos-latest'