mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 13:18:04 -05:00
CI: Fix build for MacOS (#268)
This commit is contained in:
committed by
GitHub
parent
bdb5d99fbc
commit
7b28d35c58
3
.github/workflows/prod_build_cli.yml
vendored
3
.github/workflows/prod_build_cli.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user