Skip to content

Commit

Permalink
pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Dec 14, 2024
1 parent 269a895 commit ab77a53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion poetry/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ dp0="$(realpath "$(dirname "$0")")"
set -e

apt update
apt install -y wget binutils curl clang rustc pkg-config
apt install -y wget binutils curl clang pkg-config

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"

tool_name="poetry"
tool_version="1.8.5"
Expand Down

0 comments on commit ab77a53

Please sign in to comment.