Skip to content

Commit

Permalink
github actions ubuntu #3
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Oct 30, 2024
1 parent 2bb2762 commit 073be1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ninja-build \
qt6-base-dev qt6-tools-full-dev \
libgl1-mesa-dev libglu1-mesa-dev
# Verify lconvert installation
qt6-base-dev qt6-tools-dev qt6-tools-dev-tools \
qt6-l10n-tools libgl1-mesa-dev libglu1-mesa-dev
# Verify if lconvert exists
if [ ! -f /usr/lib/qt6/bin/lconvert ]; then
echo "Error: lconvert not found!"
exit 1
Expand Down

0 comments on commit 073be1d

Please sign in to comment.