ci: setup 4
Some checks failed
CI / build (pull_request) Failing after 3m1s

This commit is contained in:
2025-12-25 13:37:10 +01:00
parent e839001cbc
commit 2015cf34c0

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up container image
run: |
apt-get update
apt-get install -y nodejs sudo curl wget ca-certificates
apt-get install -y nodejs sudo curl wget ca-certificates build-essential
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with: