testing x86 workflow with objc compiler

This commit is contained in:
geoffsee
2025-06-21 08:17:01 -04:00
parent 8e5d6fe5c8
commit 410fe398c8
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -4,4 +4,4 @@ members = [
"crates/inference-engine",
]
resolver = "2"
resolver = "2"