ci: setup 3
Some checks failed
CI / build (pull_request) Failing after 1m6s

This commit is contained in:
2025-12-25 13:35:29 +01:00
parent e96f8c308b
commit e839001cbc

View File

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