Again some sourcing.
Some checks failed
isspam build / build (push) Failing after 52s

This commit is contained in:
retoor 2024-11-30 21:30:48 +01:00
parent e120821b4c
commit d2fdbaca5e

View File

@ -9,9 +9,10 @@ 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/bin
- 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: source $HOME/.cargo/bin && make - run: make