windows: fix closing brace in wrong spot. #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Swift (visionOS 2) | |
on: [push] | |
jobs: | |
build: | |
name: Swift ${{ matrix.swift }} on visionOS | |
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 visionOSSimulator UsdView |