From d2fdbaca5eeff4693686e3d2dab14da2ef90c3f2 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 30 Nov 2024 21:30:48 +0100 Subject: [PATCH] Again some sourcing. --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 67e33b9..96c28d9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,9 +9,10 @@ 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 - name: Check out repository code uses: actions/checkout@v4 - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: source $HOME/.cargo/bin && make + - run: make