Skip to content

Commit 440f126

Browse files
committed
gha: build - fix yaml
1 parent f454cc7 commit 440f126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
cache-key-prefix: Qt
118118

119119
- if: matrix.os != 'ubuntu-24.04-arm'
120-
name: Qt: install (Ubuntu ARM)
120+
name: Qt install (Ubuntu ARM)
121121
run: |
122122
sudo apt update && sudo apt install libgl1-mesa-dev libxt-dev libxt-dev libxcursor-dev libsdl2-dev qt6-base-dev qt6-tools-dev qt6-svg-dev
123123
echo "QT_VERSION=$(/usr/bin/dpkg -s qt6-base-dev | /usr/bin/grep 'Version' | /usr/bin/awk '{ split($2, a, "+"); print a[1]; }')" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)