Skip to content

Commit c1cb8c9

Browse files
committed
alpine
1 parent 6087df4 commit c1cb8c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install missing software on Alpine
5656
if: contains(matrix.image, 'alpine')
5757
run: |
58-
apk add cmake make g++
58+
apk add cmake make g++ pcre-dev
5959
6060
# needs to be called after the package installation since
6161
# - it doesn't call "apt-get update"
@@ -114,6 +114,7 @@ jobs:
114114

115115
- name: Build cppcheck
116116
run: |
117+
uname -a
117118
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
118119
make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror"
119120

0 commit comments

Comments
 (0)