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 c843b88 commit fbffd27Copy full SHA for fbffd27
1 file changed
.github/workflows/ci-standalone.yml
@@ -24,6 +24,11 @@ jobs:
24
with:
25
components: rustfmt, clippy
26
27
+ - name: Build SQLite extension
28
+ run: |
29
+ cargo build -p absurd_sqlite_extension --release
30
+ cargo build -p absurd_sqlite_extension
31
+
32
- name: Install Linux dependencies
33
if: runner.os == 'Linux'
34
run: |
@@ -36,9 +41,6 @@ jobs:
36
41
libglib2.0-dev \
37
42
pkg-config
38
43
39
- - name: Build SQLite extension
40
- run: cargo build -p absurd_sqlite_extension
-
44
- name: Frontend install
45
working-directory: standalone
46
run: bun install --frozen-lockfile
0 commit comments