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
All checks were successful
/ test (pull_request) Successful in 2m23s
All checks were successful
/ test (pull_request) Successful in 2m23s
This commit is contained in:
parent
5e441d6b11
commit
0e38a38b57
2 changed files with 0 additions and 2 deletions
|
@ -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 -
|
- 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
|
working-directory: ci-bin
|
||||||
- run: echo "$(pwd)/ci-bin" >> $GITHUB_PATH
|
- run: echo "$(pwd)/ci-bin" >> $GITHUB_PATH
|
||||||
- run: echo "$PATH"
|
|
||||||
|
|
|
@ -18,5 +18,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- uses: ./.forgejo/setup-trunk
|
- uses: ./.forgejo/setup-trunk
|
||||||
- run: echo "$PATH"
|
|
||||||
- run: RUSTFLAGS='-D warnings' cargo test
|
- run: RUSTFLAGS='-D warnings' cargo test
|
Loading…
Add table
Reference in a new issue