Skip to content

Commit

Permalink
msgpack
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Dec 14, 2024
1 parent 861581c commit 0634c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion poetry/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
export DEBIAN_FRONTEND=noninteractive

apt update
apt install -y wget binutils curl clang pkg-config libssl-dev
apt install -y wget binutils curl build-essential clang pkg-config libssl-dev

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
Expand Down Expand Up @@ -38,6 +38,7 @@ echo "::endgroup::"
echo "::group::build"

echo "install poetry ..."
"$cpython_bin" -m pip install --upgrade msgpack
"$cpython_bin" -m pip install "poetry==$tool_version"
"$cpython_bin" -m poetry self add poetry-plugin-sort
"$cpython_bin" -m poetry self lock
Expand Down

0 comments on commit 0634c46

Please sign in to comment.