testing x86 workflow with objc compiler
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -15,6 +15,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Objective-C Compiler
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y clang gcc gobjc
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
@@ -4,4 +4,4 @@ members = [
|
|||||||
"crates/inference-engine",
|
"crates/inference-engine",
|
||||||
]
|
]
|
||||||
|
|
||||||
resolver = "2"
|
resolver = "2"
|
Reference in New Issue
Block a user