Yay CI fails.
Some checks failed
Matrix / stable (push) Failing after 1s
Matrix / beta (pull_request) Failing after 0s
Matrix / nightly (pull_request) Failing after 0s
Matrix / nightly (push) Failing after 6s
Matrix / stable (pull_request) Failing after 1s
Matrix / beta (push) Failing after 1s
Some checks failed
Matrix / stable (push) Failing after 1s
Matrix / beta (pull_request) Failing after 0s
Matrix / nightly (pull_request) Failing after 0s
Matrix / nightly (push) Failing after 6s
Matrix / stable (pull_request) Failing after 1s
Matrix / beta (push) Failing after 1s
This commit is contained in:
6
.github/workflows/builder.yml
vendored
6
.github/workflows/builder.yml
vendored
@@ -13,9 +13,9 @@ jobs:
|
|||||||
name: ${{matrix.rust}}
|
name: ${{matrix.rust}}
|
||||||
runs-on: x86_64-linux
|
runs-on: x86_64-linux
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: /bin/echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: /bin/echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: /bin/echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@v1
|
- uses: dtolnay/rust-toolchain@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user