attempt to fix mac build

This commit is contained in:
benbierens 2023-03-09 10:43:50 +01:00
parent e5e882323c
commit 5dcf8ad8eb
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA

View File

@ -50,7 +50,8 @@ jobs:
brew update
brew install \
findutils \
libomp
libomp \
llvm@14
- name: Install tools and libraries via MSYS2 (Windows)
if: matrix.platform.os == 'windows'