Skip to content

Commit

Permalink
ci: fix rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Dec 23, 2024
1 parent 5df1c08 commit c6a6216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.82.0
- uses: Swatinem/rust-cache@v2
- run: cargo test
- run: cargo build
Expand Down

0 comments on commit c6a6216

Please sign in to comment.