Skip to content

Commit c202b02

Browse files
committed
Add libstdc++-static package to fedora39 to fix a linker error
1 parent 3ea709f commit c202b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prep-gh-action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ apt-get --help && apt-get update && apt-get -y install curl make
44
yum --help && (curl --help && yum -y install curl) && yum install make
55

66
(cat /etc/os-release | grep bookworm) && apt-get -y install libstdc++-12-dev gnupg2
7-
(cat /etc/os-release | grep 'Fedora Linux 39') && yum -y install libstdc++-devel
7+
(cat /etc/os-release | grep 'Fedora Linux 39') && yum -y install libstdc++-devel libstdc++-static
88

99
exit 0

0 commit comments

Comments
 (0)