-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate Swift setup in workflows (#211)
- Loading branch information
1 parent
fdc8e2b
commit a038bfc
Showing
4 changed files
with
70 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Setup Swift | ||
description: Installs dependencies and setups the environment for building Swift code on Windows. | ||
runs: | ||
using: "composite" | ||
|
||
steps: | ||
- name: Setup Visual Studio Development Environment | ||
uses: compnerd/gha-setup-vsdevenv@main | ||
|
||
- name: Install Swift | ||
uses: compnerd/gha-setup-swift@81f383b35a86e6e966de139be25b451d4f7dd953 # The next main commit breaks our %Path% | ||
with: | ||
branch: swift-5.10.1-release | ||
tag: 5.10.1-RELEASE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters