We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3559d83 commit 09324c7Copy full SHA for 09324c7
.github/workflows/build-reusable.yaml
@@ -150,8 +150,6 @@ jobs:
150
151
- name: Setup build dependencies
152
uses: ./.github/actions/setup-build-deps
153
- with:
154
- include-sqlite: true
155
156
- name: Use shared OCaml setting up steps
157
uses: ./.github/actions/setup-ocaml
@@ -164,14 +162,8 @@ jobs:
164
162
toolchain: ${{ env.RUST_STABLE_VERSION }}
165
163
cache-prefix: build-${{ inputs.os }}-${{ inputs.cache-prefix }}v0
166
167
- - name: Setup SQLite database for SQLx
168
- run: |
169
- sqlite3 /tmp/heartbeats.db < tools/heartbeats-processor/schema.sql
170
-
171
- name: Build benchmarks
172
run: make build-benches
173
- env:
174
- DATABASE_URL: "sqlite:///tmp/heartbeats.db"
175
176
build-wasm:
177
if: ${{ inputs.build-wasm }}
0 commit comments