Updated build and Makefile.
All checks were successful
isspam build / build (push) Successful in 1m13s
All checks were successful
isspam build / build (push) Successful in 1m13s
This commit is contained in:
parent
2d8c707d06
commit
d6ef4c84e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user