Skip to content

Commit

Permalink
find
Browse files Browse the repository at this point in the history
  • Loading branch information
orestonce committed Aug 6, 2024
1 parent ce6778b commit 4aed1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
cd m3u8d-qt
rm -f m3u8d-qt.pro.user
pwd
find `pwd`
find `pwd` | grep -v qt_install
export QMAKE_XCODE_DEVELOPER_PATH="/Applications/Xcode.app/Contents/Developer"
echo $QMAKE_XCODE_DEVELOPER_PATH
find /Applications/Xcode.app/Contents/Developer
ls -lad /Applications/Xcode.app/Contents/Developer
qmake -project
make
pwd
Expand Down

0 comments on commit 4aed1fc

Please sign in to comment.