Skip to content

Commit

Permalink
ci: Update rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
xry111 committed Dec 29, 2023
1 parent 330f8b4 commit 0bb8cd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Test judge-client-3
run: |
cd mocktest
Expand Down

0 comments on commit 0bb8cd2

Please sign in to comment.