From 60c0dcf35f3c64f97b68c73f7867f5c2c2e5f3d1 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Mon, 24 Nov 2025 18:58:11 -0800 Subject: [PATCH] Yay CI fails. --- .github/workflows/builder.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 033b959..d810f10 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -13,6 +13,10 @@ jobs: name: ${{matrix.rust}} runs-on: x86_64-linux steps: + - run: 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: 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: