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}}