Skip to content

Commit

Permalink
add CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Jul 28, 2024
1 parent 63cf8ab commit 56c3ae3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Cache dependencies
uses: Swatinem/rust-cache@v2

- name: Lower Tokio version to keep MSRV at 1.67
run: cargo add "tokio@>=1.19.0,<1.39.0" -p twilight-gateway

- name: Output processor info
run: cat /proc/cpuinfo

Expand Down

0 comments on commit 56c3ae3

Please sign in to comment.