CI: Fix build for MacOS (#268)

This commit is contained in:
Michał Leszczyński
2023-11-24 04:12:26 +01:00
committed by GitHub
parent bdb5d99fbc
commit 7b28d35c58

View File

@@ -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