Skip to content

Commit 86eb4a8

Browse files
committed
Working on Rust update in CI
1 parent 029dbe4 commit 86eb4a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ blocks:
1414
jobs:
1515
- name: Cargo test
1616
commands:
17-
- rustup update
1817
- checkout
18+
- rustup update stable
19+
- rustc --version
1920
- cargo build --verbose
2021
- cargo test --verbose

0 commit comments

Comments
 (0)