From 92e59f36e69386b5a39011978d694d51b9aa597c Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Thu, 21 Mar 2024 01:50:02 -0700 Subject: [PATCH] FREEZE.indexed --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9fbdde..86f2615 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,8 +9,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: "Debug: brew doctor" - run: brew doctor - name: "Debug: brew config" run: brew config - name: "Debug: brew update"