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

9 lines
190 B
Bash
Executable File

#!/usr/env bash
set -euo pipefail
apt-get update
apt-get install -y curl git protobuf-compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"