Trying to fix the OS X build

This commit is contained in:
Martin Tůma 2023-09-21 00:12:48 +02:00
parent 7c34a2c4e1
commit b0885a4b05

View File

@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Set environment variables
run: echo "PATH=/usr/local/opt/qt@5/bin:$PATH" >> $GITHUB_ENV
run: echo "PATH=/usr/local/opt/qt@5/bin:/usr/local/opt/protobuf@21/bin:$PATH" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies