Skip to content

Commit

Permalink
Merge pull request #6 from DemiRom/develop
Browse files Browse the repository at this point in the history
Broken workflow, updated to fix.
  • Loading branch information
DemiRom authored Feb 25, 2024
2 parents 9854068 + b002fbd commit f418e0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/earbug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,9 @@ jobs:
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QMAKE=$QTDIR/bin/qmake
echo "DEBUG DEBUG DEBUG"
ls $QTDIR/include/QtGui/6.4.2/QtGui/qpa
mkdir -p /usr/include/qt6/
cp -r $QTDIR/include/* /usr/include/qt6/
echo "EDEBUG"
sudo mkdir -p /usr/include/qt6/
sudo cp -r $QTDIR/include/* /usr/include/qt6/
- name: Configure
run: |
Expand Down

0 comments on commit f418e0e

Please sign in to comment.