Skip to content

Commit ae3b520

Browse files
committed
chore: upgrade ci
1 parent 5355ebc commit ae3b520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
3737
with:
3838
profile: minimal
39-
toolchain: nightly
39+
toolchain: stable
4040
components: clippy
4141
override: true
4242

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
# add rust nightly
1717
container:
18-
image: rust:latest
18+
image: rust:nightly
1919

2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)