diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4525ada75..4c20fd773 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -139,7 +139,9 @@ jobs: steps: - uses: actions/checkout@main - name: Homebrew - run: brew install qt6 jq + run: | + brew install qt6 jq + brew link qt - name: configure run: ./configure --prefix=/usr/local - name: build @@ -158,7 +160,9 @@ jobs: steps: - uses: actions/checkout@main - name: Homebrew - run: brew install qt6 pkg-config jq mongo-c-driver gflags glog lz4 + run: | + brew install qt6 pkg-config jq mongo-c-driver gflags glog lz4 + brew link qt - name: configure run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4 - name: build