fast build
Some checks failed
Rust Build / build (push) Failing after 32s

This commit is contained in:
Soph :3 2026-02-08 14:37:48 +02:00
parent ac3d47c83b
commit cf7e2f12ff
3 changed files with 55 additions and 0 deletions

View file

@ -20,6 +20,10 @@ jobs:
toolchain: nightly
profile: minimal
override: true
- name: install requirements for fast-build
run: |
apt-get update
apt-get install lld clang mold
- name: Build release
run: cargo build --release