Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knotekt authored Jan 14, 2025
1 parent 8672b38 commit 34556d3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,11 @@ jobs:
qt6-tools-dev:${{ matrix.arch }} \
qt6-tools-dev-tools \
qt6-l10n-tools
- name: Check Qt6 path
run: |
echo "Checking Qt6 paths:"
ls -la /usr/lib/${{ matrix.arch }}-linux-gnu/cmake/Qt6 || echo "Path not found"
echo "Checking alternative path:"
find /usr -name "Qt6Config.cmake" 2>/dev/null || echo "Qt6Config.cmake not found"
- name: Build
run: |
export QT_DIR=/usr/lib/aarch64-linux-gnu/cmake/Qt6
cmake -DCMAKE_BUILD_TYPE=Release -S . -B .
cmake --build .
sudo cmake -DCMAKE_BUILD_TYPE=Release -S . -B .
sudo cmake --build .
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 34556d3

Please sign in to comment.