Skip to content

Commit 9c5772b

Browse files
SystemclusterMarcusDunn
authored andcommitted
Add Windows build check to CI
1 parent b9ba4e6 commit 9c5772b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/llama-cpp-rs-check.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,16 @@ jobs:
6767
- name: Setup Rust
6868
uses: dtolnay/rust-toolchain@stable
6969
- name: Build
70-
run: cargo build
70+
run: cargo build
71+
windows:
72+
name: Check that it builds on windows
73+
runs-on: windows-latest
74+
steps:
75+
- name: checkout
76+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
77+
with:
78+
submodules: recursive
79+
- name: Setup Rust
80+
uses: dtolnay/rust-toolchain@stable
81+
- name: Build
82+
run: cargo build

0 commit comments

Comments
 (0)