Skip to content

Commit

Permalink
466 artifact build fails due to beezcli is missing (#469)
Browse files Browse the repository at this point in the history
* added readline-devel package to the artifact-release.yml, needed by beezcli
  • Loading branch information
maxb-io authored and udi-speedb committed Nov 13, 2023
1 parent c9e4c41 commit 60c97de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
yum install -y centos-release-scl epel-release
yum install -y make devtoolset-11-gcc-c++ \
coreutils wget unzip which git python3 openssl openssl-devel \
libzstd-devel lz4-devel snappy-devel zlib-devel \
libzstd-devel lz4-devel snappy-devel zlib-devel readline-devel \
java-1.8.0-openjdk-devel
echo "PATH=/opt/rh/devtoolset-11/root/usr/bin:${PATH}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF_NAME#speedb/v}" >> $GITHUB_ENV
Expand Down

0 comments on commit 60c97de

Please sign in to comment.