Skip to content

Change windows and linux logger to a var #94

Change windows and linux logger to a var

Change windows and linux logger to a var #94

Workflow file for this run

name: Windows
on:
push:
branches: ["**"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.9.2-release
tag: 5.9.2-RELEASE
- uses: actions/checkout@v2
- run: swift build
- run: swift test