Skip to content

Commit

Permalink
Test a thing
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Jan 3, 2024
1 parent d56f549 commit 0a070d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a070d5

Please sign in to comment.