Skip to content

Commit 886878e

Browse files
committed
Update actions
1 parent 8f973a7 commit 886878e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ jobs:
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

17-
- uses: actions-rs/toolchain@v1
18-
with:
19-
toolchain: stable
20-
override: true
21-
if: matrix.os == 'macOS-latest'
17+
- uses: dtolnay/rust-toolchain@stable
2218

2319
- name: build
2420
run: cargo build --verbose

0 commit comments

Comments
 (0)