From fb259743cc01eb2c800a70879941049360805162 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 03:18:30 +0100 Subject: [PATCH] [skip ci] Try to fix macos-latest-clang.yml --- .github/workflows/macos-latest-clang.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index 1067a14..4cf6e38 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -44,10 +44,7 @@ jobs: id: cores - name: Install dependencies - run: | - apt-get update - apt-get install -y git - script/ci_install_deps.sh + run: script/ci_install_deps.sh - name: Configure run: cmake -S test -B build -DCMAKE_BUILD_TYPE=${{matrix.type}}