diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index fdcfa944..9be120fb 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -56,7 +56,7 @@ runs: if: runner.os == 'macOS' shell: bash run: | - brew install pkg-config + brew reinstall pkgconf - name: Versions shell: bash