[skip ci] Try to fix macos-latest-clang.yml

This commit is contained in:
ado 2024-02-28 03:18:30 +01:00
parent e129200b87
commit fb259743cc

View File

@ -44,10 +44,7 @@ jobs:
id: cores id: cores
- name: Install dependencies - name: Install dependencies
run: | run: script/ci_install_deps.sh
apt-get update
apt-get install -y git
script/ci_install_deps.sh
- name: Configure - name: Configure
run: cmake -S test -B build -DCMAKE_BUILD_TYPE=${{matrix.type}} run: cmake -S test -B build -DCMAKE_BUILD_TYPE=${{matrix.type}}