chore: remove now-useless /home/glen/.venv/bin:/home/glen/.elan/bin:/home/glen/.local/share/pnpm:/home/glen/.local/bin:/home/glen/bin:/usr/local/bin:/usr/bin:/bin:/snap/bin checks

This commit is contained in:
Glen Whitney 2025-04-01 19:51:07 -07:00
parent 5e441d6b11
commit 0e38a38b57
2 changed files with 0 additions and 2 deletions

View file

@ -15,4 +15,3 @@ runs:
- run: curl --output - --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail 'https://github.com/trunk-rs/trunk/releases/download/v0.21.12/trunk-x86_64-unknown-linux-gnu.tar.gz' | tar --gunzip --extract --file -
working-directory: ci-bin
- run: echo "$(pwd)/ci-bin" >> $GITHUB_PATH
- run: echo "$PATH"

View file

@ -18,5 +18,4 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: ./.forgejo/setup-trunk
- run: echo "$PATH"
- run: RUSTFLAGS='-D warnings' cargo test