install packages in docker file directly, modify PATH variable
Some checks failed
Continuous Releases / build (push) Failing after 13s

This commit is contained in:
Eau
2026-03-20 01:21:19 -05:00
parent 67c11118ed
commit a0efb11017
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash
apt install -y mingw-w64 curl nodejs
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
export PATH=$PATH:/root/.cargo/bin
rustup toolchain install stable