Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Aug 7, 2024
1 parent c2c9724 commit 6ba6ac5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: Windows

on:
push:
branches: [ "main" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "main" ]

jobs:
build:
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.9-release
tag: 5.9-RELEASE
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.9-release
tag: 5.9-RELEASE

- uses: actions/checkout@v2
- run: swift build
- run: swift test
- uses: actions/checkout@v2
- run: swift build
- run: swift test

0 comments on commit 6ba6ac5

Please sign in to comment.