r
Some checks failed
Benchmark / benchmark (push) Failing after 3s

This commit is contained in:
LeMoonStar 2024-12-01 10:22:43 +01:00
parent 0fe47b75b9
commit b5a2686d6c

View file

@ -11,6 +11,7 @@ jobs:
container:
image: rust:nightly
steps:
- run: apt-get update && apt-get install nodejs -y
- uses: actions/checkout@v4
- run: rustup update nightly && rustup default nightly
- run: cargo build --release --verbose