Skip to content

Fix Linux (x86/64) when AVX2 support is enabled (OCIO): #4

Fix Linux (x86/64) when AVX2 support is enabled (OCIO):

Fix Linux (x86/64) when AVX2 support is enabled (OCIO): #4

Workflow file for this run

name: Swift (macOS)
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [macos-14]
swift: ["5.9"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: Build
run: swift build -c release --target UsdView
- name: Run tests
run: swift test