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