File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Change 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
Original file line number Diff line number Diff line change 1- selekt.versionName =0.29.6
1+ selekt.versionName =0.29.7
22selekt.nextVersionName =0.30.0
33
44openssl.version =3.5.5
You can’t perform that action at this time.
0 commit comments