Skip to content

Commit

Permalink
Use 5.8.1 for Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Nov 19, 2023
1 parent f074303 commit 7ff4bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.9.1-release
tag: 5.9.1-RELEASE
branch: swift-5.8.1-release
tag: 5.8.1-RELEASE
- uses: actions/checkout@v3

- name: Swift Version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Add the package to your project like any other package and you're done.
```

### Windows Specific Setup
Swift 5.9.0 Only: A linker error for dinput.lib can be fixed with a workaround [here](https://github.com/apple/swift/issues/68887).
Swift 5.9.0-5.9.1 Only: A linker error for dinput.lib can be fixed with a workaround [here](https://github.com/apple/swift/issues/68887).

### Linux Specific Setup
For Linux you must install dev packages for OpenGL and OpenAL.
Expand Down

0 comments on commit 7ff4bf8

Please sign in to comment.