From 0a070d541584f801aa79e67feac2131f4679277b Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 3 Jan 2024 14:08:59 -0500 Subject: [PATCH] Test a thing Signed-off-by: mulhern --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89afe63..ae94be5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: toolchain: ${{ matrix.toolchain }} - uses: baptiste0928/cargo-install@v2 with: - crate: typos-cli + crate: ${{ matrix.task == 'check-typos' && 'typos-cli' || 'libc' }} - name: Install dependencies run: | sudo apt-get -q update