Updated build and Makefile.
All checks were successful
isspam build / build (push) Successful in 1m13s

This commit is contained in:
retoor 2024-11-30 22:11:41 +01:00
parent 2d8c707d06
commit d6ef4c84e0
2 changed files with 2 additions and 3 deletions

View File

@ -9,10 +9,9 @@ jobs:
- run: apt update - run: apt update
- run: apt install build-essential valgrind make curl -y - 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: 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 - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: make - run: source $HOME/.cargo/env && make

View File

@ -11,7 +11,7 @@ build:
build_risspam: build_risspam:
@echo "Compiling 12bitfloat_rust project." @echo "Compiling 12bitfloat_risspam project."
cd 12bitfloat_rust/risspam && cargo run --release && cp target/release/risspam ../../ cd 12bitfloat_rust/risspam && cargo run --release && cp target/release/risspam ../../