From 44d993511a91a8d110132b632d5bae7a01ec16f2 Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:04:29 +0200 Subject: [PATCH] Remove brew update step. By the time the image is created the packages should be current. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7343892fb9..09e27045ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,6 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies run: | - brew update brew install cmake ninja ruby - name: Setup environment