ugly
Some checks failed
Build Bevy Game (Linux) / build (push) Failing after 2s

This commit is contained in:
Crizomb 2025-12-24 01:41:43 +01:00
parent c515f8fb37
commit 072fd61fa3

View file

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Some ugly apt install
run: apt install lld
run: curl -fsSL https://apt.llvm.org/llvm.sh | bash
- name: Build Bevy game (release)
run: |
export CARGO_BUILD_JOBS=2