Skip to content

Commit f544f03

Browse files
committed
fix: drone CI rustup nightly
1 parent 6b97087 commit f544f03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ platform:
5656

5757
steps:
5858
- name: test
59-
image: rustlang/rust:nightly
59+
image: rust:1
6060
commands:
61+
- rustup default nightly
62+
- rustup update
6163
- cargo +nightly build --verbose --all
6264
- cargo +nightly test --verbose --all

0 commit comments

Comments
 (0)