From 410fe398c84338ce4f34c04bc80c7da62ab19c5c Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Sat, 21 Jun 2025 08:17:01 -0400 Subject: [PATCH] testing x86 workflow with objc compiler --- .github/workflows/main.yml | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c25a3d..8d6dde9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest steps: + - name: Install Objective-C Compiler + run: sudo apt-get update && sudo apt-get install -y clang gcc gobjc - uses: actions/checkout@v4 - name: Build run: cargo build diff --git a/Cargo.toml b/Cargo.toml index ecdbefa..54615bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ members = [ "crates/inference-engine", ] -resolver = "2" +resolver = "2" \ No newline at end of file