We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2c271 commit 8146b4eCopy full SHA for 8146b4e
.github/workflows/linux.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Setup
22
run: |
23
- cargo build -p powersync_loadable --release --target x86_64-unknown-linux-gnu -Zbuild-std
+ cargo build -p powersync_loadable --release
24
mv "target/x86_64-unknown-linux-gnu/release/libisar.so" "libisar_linux_x64.so"
25
26
- name: Upload binary
0 commit comments