Skip to content

Commit 853365e

Browse files
committed
add libpthread-stubs0-dev and glibc-devel. The package libc6-dev is included but doesnt guarantee pthread headers are available in all configurations, especially on non-x86 architectures.
1 parent 48a3ea5 commit 853365e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
install: |
4747
case "${{ matrix.distro }}" in
4848
ubuntu*|jessie|stretch|buster|bullseye)
49-
apt-get update -y && apt-get install -yq binutils python3-nautilus make cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools gcc g++ lsb-release libc6-dev
49+
apt-get update -y && apt-get install -yq binutils python3-nautilus make cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools gcc g++ lsb-release libc6-dev libpthread-stubs0-dev
5050
;;
5151
fedora*)
52-
yum update -y && yum install -yq binutils nautilus-python qt5-qtbase-devel qt5-qttools rpm-build
52+
yum update -y && yum install -yq binutils nautilus-python qt5-qtbase-devel qt5-qttools rpm-build glibc-devel
5353
;;
5454
esac
5555
run: |

0 commit comments

Comments
 (0)