Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit f086a5f

Browse files
committed
update cache again
1 parent e208399 commit f086a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- uses: actions/checkout@master
1616
- uses: actions-rs/toolchain@v1
1717
with:
18-
toolchain: ${{ steps.component.outputs.toolchain }}
18+
toolchain: nightly
19+
components: clippy
1920
override: true
2021
- uses: Swatinem/rust-cache@v2
2122
- name: Run tests

0 commit comments

Comments
 (0)