Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jan 31, 2024
1 parent 8b71208 commit a0fc8c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lua-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
- name: Compile lua-curl and prepare packaging
run: |
if [ "${{ matrix.package_extension }}" == "rpm" ]; then
dnf install -y make cmake gcc openssl openssl-devel libcurl-devel pipx cpanminus
dnf install -y make cmake gcc openssl openssl-devel libcurl-devel python3-pip cpanminus
else
apt-get update
apt-get install -y make cmake gcc openssl libssl-dev libcurl4-openssl-dev pipx cpanminus liblua5.3-dev
apt-get install -y make cmake gcc openssl libssl-dev libcurl4-openssl-dev python3-pip cpanminus liblua5.3-dev
fi
cpanm -v \
Expand All @@ -84,8 +84,7 @@ jobs:
cd lua-curl-src
pipx install conan
export PATH="$PATH:/root/.local/bin"
pip3 install conan --break-system-packages
conan profile detect
cat <<'EOF' >> conanfile.txt
Expand Down

0 comments on commit a0fc8c3

Please sign in to comment.