Updated build and Makefile.
isspam build / build (push) Successful in 1m13s

This commit is contained in:
2024-11-30 22:11:41 +01:00
parent 2d8c707d06
commit d6ef4c84e0
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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