a
Some checks failed
/ build (push) Failing after 2s

This commit is contained in:
LeMoonStar 2024-12-01 09:53:19 +01:00
parent afe2058412
commit 730993100b

View file

@ -4,6 +4,7 @@ jobs:
runs-on: docker runs-on: docker
container: container:
image: rustlang/rust:nightly image: rustlang/rust:nightly
- uses: actions/checkout@v4
steps: steps:
- uses: actions/checkout@v4
- run: ls -la - run: ls -la
- run: cargo build --release