Skip to content

Commit

Permalink
Add another hack
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek0123456789 committed Aug 2, 2024
1 parent 9e201d1 commit eb16282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
# Hack for Rust 1.80 - type inference went crazy and didn't allow to build a library
- run: rustup default 1.79.0
# Hack for Rust 1.79 - rustfmt is just not there?
- run: rustup component add rustfmt
- run: cargo fmt --check

clippy:
Expand All @@ -41,8 +41,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
# Hack for Rust 1.80 - type inference went crazy and didn't allow to build a library
- run: rustup default 1.79.0
# Hack for Rust 1.79 - clippy is just not there?
- run: rustup component add clippy
- run: cargo lint

typos:
Expand Down

0 comments on commit eb16282

Please sign in to comment.