Skip to content

UsdView: disable 'UsdImagingGL.Engine' on iOS. #244

UsdView: disable 'UsdImagingGL.Engine' on iOS.

UsdView: disable 'UsdImagingGL.Engine' on iOS. #244

Workflow file for this run

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