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 ../../