Skip to content

Commit a97c639

Browse files
committed
Fix CI: use stoolap main branch for libstoolap build
v0.3.4 doesn't export stoolap_tx_stmt_exec/stoolap_tx_stmt_query which are needed by executeBatch with prepared statements.
1 parent 7cc4c22 commit a97c639

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
STOOLAP_VERSION: v0.3.4
15+
STOOLAP_VERSION: main
1616

1717
jobs:
1818
build-lib:
@@ -44,7 +44,7 @@ jobs:
4444
path: |
4545
stoolap-engine/target
4646
~/.cargo/registry
47-
key: rust-${{ matrix.target }}-${{ env.STOOLAP_VERSION }}
47+
key: rust-${{ matrix.target }}-${{ github.sha }}
4848

4949
- name: Build libstoolap
5050
working-directory: stoolap-engine

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: write
99

1010
env:
11-
STOOLAP_VERSION: v0.3.4
11+
STOOLAP_VERSION: main
1212

1313
jobs:
1414
build-lib:
@@ -37,7 +37,7 @@ jobs:
3737
path: |
3838
stoolap-engine/target
3939
~/.cargo/registry
40-
key: rust-${{ matrix.target }}-${{ env.STOOLAP_VERSION }}
40+
key: rust-${{ matrix.target }}-${{ github.sha }}
4141

4242
- name: Build libstoolap
4343
working-directory: stoolap-engine

0 commit comments

Comments
 (0)