Skip to content

Commit f2f8b3a

Browse files
committed
ci: use correct rust version
Signed-off-by: xxchan <xxchan22f@gmail.com>
1 parent 21d9568 commit f2f8b3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
with:
8484
rust-version: ${{ env.rust_msrv }}
8585

86+
- name: check rust version
87+
run: cargo --version
8688
- name: Build
8789
run: make build
8890

0 commit comments

Comments
 (0)