From d6ef4c84e0cba1ff92ecf1530d0f0cd5d17f1b8e Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 30 Nov 2024 22:11:41 +0100 Subject: [PATCH] Updated build and Makefile. --- .gitea/workflows/build.yaml | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 80100c6..bc78712 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,10 +9,9 @@ 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/env - name: Check out repository code uses: actions/checkout@v4 - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: make + - run: source $HOME/.cargo/env && make diff --git a/Makefile b/Makefile index e21211a..078b003 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ build: build_risspam: - @echo "Compiling 12bitfloat_rust project." + @echo "Compiling 12bitfloat_risspam project." cd 12bitfloat_rust/risspam && cargo run --release && cp target/release/risspam ../../