Skip to content

Commit

Permalink
fix typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Jun 14, 2024
1 parent 6bf5393 commit f1bbef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Clippy (fail on warnings)
run: cargo clippy -- -D warnings
check:
runs-on: uubntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check compilation
Expand Down

0 comments on commit f1bbef2

Please sign in to comment.