diff --git a/.github/workflows/prod_build_cli.yml b/.github/workflows/prod_build_cli.yml index 360300b..731988c 100644 --- a/.github/workflows/prod_build_cli.yml +++ b/.github/workflows/prod_build_cli.yml @@ -62,6 +62,9 @@ jobs: - name: Install native dependencies (MacOS) if: matrix.os == 'macos-latest' run: | + brew install python@3.11 + brew unlink python@3.11 + brew link --overwrite python@3.11 brew install pcsc-lite - name: Checkout the repository uses: actions/checkout@v3