Skip to content

Commit 990664a

Browse files
committed
actions
1 parent 222965a commit 990664a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rust.yml

-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
steps:
4040
# actions/checkout@v2
4141
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
42-
- name: Download CockroachDB
43-
run: ./tools/ci_download_cockroachdb
44-
- name: Add CockroachDB to PATH
45-
run: echo ./out/cockroachdb/bin >> $GITHUB_PATH
4642
- name: Build
4743
run: cargo build --tests --verbose
4844
- name: Run tests

0 commit comments

Comments
 (0)