Skip to content

Commit 9c9baae

Browse files
committed
remove installing nextest from linux
1 parent 644a645 commit 9c9baae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828

2929
- uses: Swatinem/rust-cache@v2
3030

31-
- name: Install Nextest
32-
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
33-
3431
- name: Install deps
3532
run:
3633
sudo apt install -y protobuf-compiler libssl-dev libpq-dev libsqlite3-dev pkg-config

0 commit comments

Comments
 (0)