We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ba4e6 commit 9c5772bCopy full SHA for 9c5772b
.github/workflows/llama-cpp-rs-check.yml
@@ -67,4 +67,16 @@ jobs:
67
- name: Setup Rust
68
uses: dtolnay/rust-toolchain@stable
69
- name: Build
70
- run: cargo build
+ 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
0 commit comments