Skip to content

Commit

Permalink
Add Windows build check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster authored and MarcusDunn committed Feb 12, 2024
1 parent b9ba4e6 commit 9c5772b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/llama-cpp-rs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,16 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build
run: cargo build
windows:
name: Check that it builds on windows
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
submodules: recursive
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build

0 comments on commit 9c5772b

Please sign in to comment.