diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89e831a1a..c24dd7461 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,7 @@ jobs: - name: Install packages run: | brew update - brew install pkg-config ninja || brew link --overwrite python - - - name: Install python modules - run: pip3 install meson==0.49.2 + brew install pkg-config ninja meson - name: Install dependences shell: bash