File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- uses : actions-rust-lang/setup-rust-toolchain@v1
15
- with :
16
- toolchain : stable
17
- target : ${{ matrix.target }}
18
- components : ' rustfmt, clippy'
19
15
20
16
# cargo publish
21
17
- name : publish crates
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v2
29
29
- uses : actions-rust-lang/setup-rust-toolchain@v1
30
30
with :
31
- toolchain : stable
32
31
target : ${{ matrix.target }}
33
- components : ' rustfmt, clippy'
34
32
35
33
# download libduckdb
36
34
-
uses :
robinraju/[email protected]
@@ -111,7 +109,6 @@ jobs:
111
109
index-${{ runner.os }}-
112
110
- uses : actions-rust-lang/setup-rust-toolchain@v1
113
111
with :
114
- toolchain : stable
115
112
target : x86_64-pc-windows-msvc
116
113
117
114
- run : cargo install cargo-examples
You can’t perform that action at this time.
0 commit comments