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 1212 steps :
1313 - uses : actions/checkout@v2
1414 - uses : actions-rust-lang/setup-rust-toolchain@v1
15- with :
16- toolchain : stable
17- target : ${{ matrix.target }}
18- components : ' rustfmt, clippy'
1915
2016 # cargo publish
2117 - name : publish crates
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v2
2929 - uses : actions-rust-lang/setup-rust-toolchain@v1
3030 with :
31- toolchain : stable
3231 target : ${{ matrix.target }}
33- components : ' rustfmt, clippy'
3432
3533 # download libduckdb
3634 -
uses :
robinraju/[email protected] @@ -111,7 +109,6 @@ jobs:
111109 index-${{ runner.os }}-
112110 - uses : actions-rust-lang/setup-rust-toolchain@v1
113111 with :
114- toolchain : stable
115112 target : x86_64-pc-windows-msvc
116113
117114 - run : cargo install cargo-examples
You can’t perform that action at this time.
0 commit comments