We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591ad39 commit a22aff4Copy full SHA for a22aff4
1 file changed
.github/workflows/rust.yml
@@ -240,6 +240,16 @@ jobs:
240
target/
241
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
242
restore-keys: ${{ runner.os }}-cargo-
243
+ - name: Set up MSVC Build Tools
244
+ uses: ilammy/msvc-dev-cmd@v1
245
+
246
+ - name: Install CMake
247
+ uses: lukka/get-cmake@v3.27.2
248
249
+ - name: Check for C/C++ compilers
250
+ run: |
251
+ where cl
252
+ cmake --version
253
- name: build libsql all features
254
run: cargo build -p libsql --all-features
255
0 commit comments