We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4389315 commit 3c36654Copy full SHA for 3c36654
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build
32
run: |
33
# Need a debug build for the dart tests
34
- cargo build -p powersync_loadable -Z build-std=panic_abort,core,alloc --release --target x86_64-unknown-linux-gnu
+ cargo build -p powersync_loadable
35
36
cargo build -p powersync_loadable --release
37
cargo build -p powersync_core --release --features static
0 commit comments