diff --git a/.github/workflows/llama-cpp-rs-check.yml b/.github/workflows/llama-cpp-rs-check.yml index e3408f9c..5328e261 100644 --- a/.github/workflows/llama-cpp-rs-check.yml +++ b/.github/workflows/llama-cpp-rs-check.yml @@ -55,4 +55,14 @@ jobs: with: file: test-build.Dockerfile target: base-cuda - platforms: ${{ matrix.target }} \ No newline at end of file + 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 \ No newline at end of file