Fix macos actions
This commit is contained in:
parent
98777f2801
commit
92175c2698
|
@ -326,7 +326,7 @@ jobs:
|
|||
# python-version: ${{ matrix.config.python-ver }}
|
||||
|
||||
- name: '🚧 Mac build'
|
||||
if: contains(matrix.config.name, 'macos-x64')
|
||||
if: contains(matrix.config.name, 'macos')
|
||||
shell: bash
|
||||
run: |
|
||||
brew install p7zip cmake ninja pkg-config
|
||||
|
|
Loading…
Reference in New Issue