Skip to content

Commit

Permalink
added check for building on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Feb 2, 2024
1 parent 7f04d39 commit 3b4cc02
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/llama-cpp-rs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,14 @@ jobs:
with:
file: test-build.Dockerfile
target: base-cuda
platforms: ${{ matrix.target }}
platforms: ${{ matrix.target }}
mac:
name: Check that it builds on mac
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --example simple

0 comments on commit 3b4cc02

Please sign in to comment.