diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2528fd50..df3cdfac 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -28,7 +28,7 @@ jobs: - name: install dependencies run: | brew update - brew install cmake make ccache + brew install make ccache - name: configure cmake run: |