path found
Some checks failed
Matrix / nightly (push) Failing after 10s
Matrix / stable (push) Failing after 10s
Matrix / beta (push) Failing after 13s
Matrix / beta (pull_request) Failing after 9s
Matrix / nightly (pull_request) Failing after 9s
Matrix / stable (pull_request) Failing after 9s

This commit is contained in:
2025-11-24 19:22:21 -08:00
parent e6422d22e0
commit dfb88f0dd7

View File

@@ -13,10 +13,6 @@ jobs:
name: ${{matrix.rust}}
runs-on: x86_64-linux
steps:
- run: /bin/echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: /bin/echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: /bin/echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with: