From 767231762dc4ae872f77edd9fb856fe4766964ca Mon Sep 17 00:00:00 2001 From: 12bitfloat <12bitfloat@noreply@molodetz.nl> Date: Tue, 7 Oct 2025 00:18:30 +0200 Subject: [PATCH] Try to fix build.yaml failing (I have no idea what im doing lol) --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f30a1e6..6a3fc31 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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