Skip to content

Update and rename swift.yml to swift_macos.yml #4

Update and rename swift.yml to swift_macos.yml

Update and rename swift.yml to swift_macos.yml #4

Workflow file for this run

name: Build Swift Package on Windows
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install Swift
uses: SwiftyLab/setup-swift@latest
with:
swift-version: '6.1.0'
- name: Build Swift Package
run: swift build --verbose
# - name: Run Tests
# run: swift test --verbose