From dcc4028b08e64615a1ec9836c3fe2a7933c2b426 Mon Sep 17 00:00:00 2001 From: Eric Gallager Date: Tue, 19 Mar 2024 01:24:49 -0400 Subject: [PATCH] Update apple-gdb-1824-macos.yml try removing some lines Change-Id: I053401351a0928f7233ecda3f8919f8645c2a852 --- .github/workflows/apple-gdb-1824-macos.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/apple-gdb-1824-macos.yml b/.github/workflows/apple-gdb-1824-macos.yml index e5a113af5..08ec1f194 100644 --- a/.github/workflows/apple-gdb-1824-macos.yml +++ b/.github/workflows/apple-gdb-1824-macos.yml @@ -12,12 +12,9 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 - - run: brew update - name: Install dependencies with Homebrew env: HOMEBREW_NO_EMOJI: 1 - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 - HOMEBREW_VERBOSE: 1 HOMEBREW_VERBOSE_USING_DOTS: 1 run: | if test ${{ matrix.compiler }} == clang; then \