From 4bd4d3ae03efab9cd6ddcdea1fcbde06b269e29f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 6 Feb 2020 18:40:05 +0100 Subject: [PATCH] Update ccpp.yml --- .github/workflows/ccpp.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 7c65b7924..3209e82fd 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -27,8 +27,6 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v1 - - name: Update HomeBrew - run: brew update - name: Unlink python run: brew unlink python@2 - name: Install Packages