Skip to content

Commit 8146b4e

Browse files
committed
Run linux without target
1 parent 8b2c271 commit 8146b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Setup
2222
run: |
23-
cargo build -p powersync_loadable --release --target x86_64-unknown-linux-gnu -Zbuild-std
23+
cargo build -p powersync_loadable --release
2424
mv "target/x86_64-unknown-linux-gnu/release/libisar.so" "libisar_linux_x64.so"
2525
2626
- name: Upload binary

0 commit comments

Comments
 (0)