Skip to content

Commit 978dd8f

Browse files
Merge pull request #732 from kennethshackleton/fix-native-publication
Install missing library for native publication workflow
2 parents 7e1db93 + 48115de commit 978dd8f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/publication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
if [[ "${{ runner.os }}" == "Linux" ]]; then
2929
dnf update -y
30-
dnf install -y git gcc gcc-c++ glibc-devel make curl tar sed bash gnupg file perl kernel-headers cmake diffutils tcl
30+
dnf install -y git gcc gcc-c++ libstdc++-static glibc-devel make curl tar sed bash gnupg file perl kernel-headers cmake diffutils tcl
3131
elif [[ "${{ runner.os }}" == "macOS" ]]; then
3232
brew install make tcl-tk mimalloc
3333
fi

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
## Version 0.29.7
5+
6+
### Fixes
7+
8+
* Install missing library for native publication workflow.
9+
410
## Version 0.29.6
511

612
### Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
selekt.versionName=0.29.6
1+
selekt.versionName=0.29.7
22
selekt.nextVersionName=0.30.0
33

44
openssl.version=3.5.5

0 commit comments

Comments
 (0)