1 Commits

Author SHA1 Message Date
geoffsee
410fe398c8 testing x86 workflow with objc compiler 2025-06-21 08:18:30 -04:00
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