Skip to content

Commit a22aff4

Browse files
authored
Update rust.yml
Update BUILD-RUN.md (#2112) issue
1 parent 591ad39 commit a22aff4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,16 @@ jobs:
240240
target/
241241
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
242242
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
243253
- name: build libsql all features
244254
run: cargo build -p libsql --all-features
245255

0 commit comments

Comments
 (0)