From 48723bfdb05f0baed63d6ef7b994d24246a3ac3e Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 15 Apr 2024 14:32:15 -0700 Subject: [PATCH] Bug fix? --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1770bb30..30530c9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: rust: '1.70' - rust-alias: nightly rust: nightly - name: Build and test (${{ matrix.os }}, ${{ matrix.rust-alias}}) + name: Build and test (${{ matrix.os }}, ${{ matrix.rust-alias }}) runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@master