From e7f0f6e832cde50a6429a20fd4cbb2e71c42e179 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Wed, 21 May 2025 10:23:03 +0200 Subject: [PATCH] minimal --- .forgejo/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e129be0..cca8f2f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -9,11 +9,12 @@ jobs: #runs-on: ubuntu-latest runs-on: docker steps: - - uses: actions/checkout@v4 +# - uses: actions/checkout@v4 - - uses: https://github.com/wackbyte/rust-toolchain@trunk - with: - toolchain: stable +# - uses: https://github.com/wackbyte/rust-toolchain@trunk +# with: +# toolchain: stable #- run: cargo test --all-features - - run: cargo run -- --help +# - run: cargo run -- --help + - run: echo $PATH