Files
pez-minimal-template/.github/scripts/ubuntu-prerequisites.sh
T
2024-06-12 12:26:59 +02:00

9 lines
210 B
Bash
Executable File

#!/usr/env sh
set -eu
apt-get update
apt-get install -y curl git protobuf-compiler build-essential libclang-15-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"