Skip to content

Clean up clang warnings, potential errors. #9

Clean up clang warnings, potential errors.

Clean up clang warnings, potential errors. #9

Workflow file for this run

name: Swift (iOS 18)
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on iOS
strategy:
matrix:
os: [self-hosted]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: 📦 Build
run: swift bundler bundle -c release -p iOSSimulator UsdView