Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeleon authored Jan 2, 2024
1 parent 0c6c3f8 commit ed446a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
with:
branch: swift-5.9.2-release
tag: 5.9.2-RELEASE

- name: Checkout
uses: actions/checkout@v3

- if: runner.os != 'Windows'
uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9"

- name: Checkout
uses: actions/checkout@v3

- name: Build
run: swift build
Expand Down

0 comments on commit ed446a9

Please sign in to comment.