Skip to content

Commit

Permalink
chore: change toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
cptrodgers committed May 4, 2024
1 parent 3c3bf4c commit 95d24e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ikigai-graphql-server-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.71.1
components: rustfmt, clippy
- run: sudo apt-get install -y librust-openssl-sys-dev openssl ca-certificates libssl-dev && cargo clippy --all-features -- -D warnings
- run: cargo clippy --all-features -- -D warnings

0 comments on commit 95d24e3

Please sign in to comment.