Try to fix build.yaml failing (I have no idea what im doing lol)
Some checks failed
isspam build / build (push) Failing after 2m2s

This commit is contained in:
12bitfloat 2025-10-07 00:18:30 +02:00
parent fcf86e3901
commit 767231762d

View File

@ -9,6 +9,7 @@ jobs:
- run: apt update
- run: apt install build-essential valgrind make curl -y
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y
- run: . "$HOME/.cargo/env"
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository