Skip to content

Commit b2a98da

Browse files
authored
fix: add gcc-c++ to RPM build for libstdc++ linking (#50)
1 parent 3c2650a commit b2a98da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
container: fedora:latest
125125
steps:
126126
- name: Install dependencies
127-
run: dnf install -y git rust cargo rpm-build openssl-devel pkg-config perl-FindBin perl-File-Compare
127+
run: dnf install -y git rust cargo rpm-build openssl-devel pkg-config perl-FindBin perl-File-Compare gcc-c++
128128

129129
- name: Checkout
130130
uses: actions/checkout@v4

0 commit comments

Comments
 (0)