Skip to content

Commit 6f16f6d

Browse files
authored
Update ci.yml
1 parent c263731 commit 6f16f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
steps:
1414
- name: Checkout source
1515
uses: actions/checkout@v2
16-
- name: Setup rust
16+
- name: Setup rust (${{ matrix.rust }})
1717
uses: hecrj/setup-rust-action@v1
1818
with:
1919
rust-version: ${{ matrix.rust }}
20-
- name: Setup rust
20+
- name: Setup rust (nightly)
2121
uses: hecrj/setup-rust-action@v1
2222
with:
2323
rust-version: nightly

0 commit comments

Comments
 (0)