File tree Expand file tree Collapse file tree 8 files changed +1057
-712
lines changed
crates/integrations/datafusion Expand file tree Collapse file tree 8 files changed +1057
-712
lines changed Original file line number Diff line number Diff line change 52
52
- name : Check toml format
53
53
run : make check-toml
54
54
55
+ - name : Install protoc
56
+ uses : arduino/setup-protoc@v3
57
+ with :
58
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
59
+
55
60
- name : Cargo format
56
61
run : make check-fmt
57
62
81
86
- name : Cache Rust artifacts
82
87
uses : Swatinem/rust-cache@v2
83
88
89
+ - name : Install protoc
90
+ uses : arduino/setup-protoc@v3
91
+ with :
92
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
93
+
84
94
- name : Build
85
95
run : make build
86
96
@@ -123,6 +133,11 @@ jobs:
123
133
- name : Setup Rust toolchain
124
134
uses : ./.github/actions/setup-builder
125
135
136
+ - name : Install protoc
137
+ uses : arduino/setup-protoc@v3
138
+ with :
139
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
140
+
126
141
- name : Cache Rust artifacts
127
142
uses : Swatinem/rust-cache@v2
128
143
@@ -142,6 +157,10 @@ jobs:
142
157
- uses : actions/checkout@v5
143
158
- name : Setup Nightly Rust toolchain
144
159
uses : ./.github/actions/setup-builder
160
+ - name : Install protoc
161
+ uses : arduino/setup-protoc@v3
162
+ with :
163
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
145
164
- name : Generate minimal versions lockfile
146
165
run : |
147
166
cargo generate-lockfile -Z direct-minimal-versions
Original file line number Diff line number Diff line change 40
40
- name : Setup mdBook
41
41
uses : peaceiris/actions-mdbook@v2
42
42
with :
43
- mdbook-version : ' 0.4.36'
43
+ mdbook-version : " 0.4.36"
44
+
45
+ - name : Install protoc
46
+ uses : arduino/setup-protoc@v3
47
+ with :
48
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
44
49
45
50
- name : Build
46
51
working-directory : website
You can’t perform that action at this time.
0 commit comments