We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c263731 commit 6f16f6dCopy full SHA for 6f16f6d
.github/workflows/ci.yml
@@ -13,11 +13,11 @@ jobs:
13
steps:
14
- name: Checkout source
15
uses: actions/checkout@v2
16
- - name: Setup rust
+ - name: Setup rust (${{ matrix.rust }})
17
uses: hecrj/setup-rust-action@v1
18
with:
19
rust-version: ${{ matrix.rust }}
20
+ - name: Setup rust (nightly)
21
22
23
rust-version: nightly
0 commit comments