From 3aee4e8b793bd4f48a1dae88c1993b7cace16d16 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 2 Dec 2024 15:13:03 +0100 Subject: [PATCH] Update build. --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cfcfd21..4df4ce4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,10 +14,9 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: source $HOME/.cargo/env && make - run: make build - run: make run - - run: make build_risspam + - run: source $HOME/.cargo/env && make build_risspam - run: make run_risspam - run: make benchmark - run: make publish