From f9756af477d88af4b720d41e6b023d8b412d654d Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:01:14 -0800 Subject: [PATCH] Attempting to fix CI Not sure why Mac needed sapling in the first place --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4f75da4..7ef7ef6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: git config --global user.email "fake@email.com" git config --global user.name "mr fake" - name: Install and initialize sapling on macos - if: matrix.os == 'macos-latest' + if: false && matrix.os == 'macos-latest' run: | brew install sapling sl config --user ui.username "mr fake "