Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
  • Loading branch information
Ho-Ro committed Mar 9, 2023
1 parent fe5af58 commit 507633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
make -j12
sudo make -j12 package
if test -d openhantek/OpenHantek.app; then
export PATH=${Qt5_DIR}/bin:${PATH}
export PATH=$(brew --prefix qt5)/bin:${PATH}
cd openhantek
macdeployqt OpenHantek.app -always-overwrite -verbose=1
python ../../utils/macdeployqtfix/macdeployqtfix.py \
Expand Down

0 comments on commit 507633c

Please sign in to comment.