ci: add crashpad to path on mac

This commit is contained in:
itsmattkc
2021-04-01 17:56:43 +11:00
parent e6b8848ad7
commit f4817e7a68
+1 -1
View File
@@ -316,7 +316,7 @@ jobs:
working-directory: ${{ runner.workspace }}/build
run: |
brew install ninja
PATH=$DEP_LOCATION:$PATH \
PATH=$DEP_LOCATION:$DEP_LOCATION/crashpad:$PATH \
cmake $GITHUB_WORKSPACE -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -G "${{ matrix.cmake-gen }}" -DCMAKE_INSTALL_PREFIX=$DEP_LOCATION
- name: Build