From bc5656fb33c6a47e8c1bea9ec90b204f4efb559a Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 15 Feb 2024 22:44:57 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9440e3e..1cc5f00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Verify regenerated files run: ./scripts/unicode.py && diff tables.rs src/tables.rs tables: - name: Rust ${{matrix.rust}} + name: Verify tables runs-on: ubuntu-latest steps: - uses: actions/checkout@v2