From 8f0cf0fb927ded90895192ff4ec18d2f5458bd4a Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 30 Nov 2024 21:32:18 +0100 Subject: [PATCH] Changed source path. --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 96c28d9..80100c6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,7 +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: source $HOME/.cargo/bin + - run: source $HOME/.cargo/env - name: Check out repository code uses: actions/checkout@v4 - name: List files in the repository