Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 819102a

Browse files
committed
Fix GitHub Actions
1 parent 4358c2c commit 819102a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- "--no-default-features"
2020
steps:
2121
- name: Install Rust
22-
run: |
23-
rustup set profile minimal
24-
rustup default nightly
22+
uses: hecrj/setup-rust-action@master
23+
with:
24+
rust-version: ${{ matrix.rust }}
2525

2626
- name: Checkout source code
2727
uses: actions/checkout@master

0 commit comments

Comments
 (0)