Skip to content

Commit fefc420

Browse files
committed
alpine
1 parent 896ccc6 commit fefc420

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/CI-unixish-docker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
run: |
5555
apk add cmake make g++
5656
57+
- name: Install missing software (gui) on Alpine
58+
if: contains(matrix.image, 'alpine')
59+
run: |
60+
apk add qt6-qtbase
61+
5762
# needs to be called after the package installation since
5863
# - it doesn't call "apt-get update"
5964
- name: ccache
@@ -99,7 +104,7 @@ jobs:
99104
- name: Install missing software on Alpine
100105
if: contains(matrix.image, 'alpine')
101106
run: |
102-
apk add make g++ pcre
107+
apk add make g++ pcre-dev
103108
104109
# needs to be called after the package installation since
105110
# - it doesn't call "apt-get update"

0 commit comments

Comments
 (0)