Skip to content

Commit 0bd1f4b

Browse files
committed
feat(gitpod): add nextest
1 parent b533caf commit 0bd1f4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .gitpod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tasks:
99
# 這個做法有點 hacky⋯⋯讓 rustup 根據
1010
# rust-toolchain.toml 下載需要的版本。
1111
cargo -V
12+
curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
1213
gp sync-done rust-installation
1314
1415
- name: Prebuild server-rust

0 commit comments

Comments
 (0)