Skip to content

Commit 7651914

Browse files
committed
[test]
1 parent eca4aec commit 7651914

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-meson.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020
SCCACHE_GHA_ENABLED: true
2121
RUSTC_WRAPPER: sccache
2222
RUST_VERSION: '1.88.0'
23+
CXXBRIDGE_VERSION: '1.0.192'
2324

2425
jobs:
2526
build-librustdeps:
@@ -61,7 +62,7 @@ jobs:
6162
${{ runner.os }}-cargo-${{ env.RUST_VERSION }}-
6263
6364
- name: Install cxxbridge
64-
run: cargo install cxxbridge-cmd
65+
run: cargo install cxxbridge-cmd@${{ env.CXXBRIDGE_VERSION }}
6566

6667
- name: Build librustdeps
6768
run: |
@@ -123,7 +124,7 @@ jobs:
123124
${{ runner.os }}-cargo-${{ env.RUST_VERSION }}-
124125
125126
- name: Install cxxbridge
126-
run: cargo install cxxbridge-cmd
127+
run: cargo install cxxbridge-cmd@${{ env.CXXBRIDGE_VERSION }}
127128

128129
- name: Build grovedb_cxx
129130
run: |

0 commit comments

Comments
 (0)