Skip to content

Storm: Add missing std.function header in glslprogram. #101

Storm: Add missing std.function header in glslprogram.

Storm: Add missing std.function header in glslprogram. #101

name: Run Tests (Microsoft Windows)
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.10-release
tag: 5.10-RELEASE
- uses: actions/checkout@v4
- name: 📦 Build
run: swift build -c release --target UsdView