You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,16 @@ jobs:
53
53
- `swift-version`: (**Note:** this is not a git branch name) the Swift "version" to be installed. This may be either a pre-release branch (e.g. `swift-5.5-branch`), a release branch (e.g. `swift-5.5-release`) or the development branch (`swift-development`).
54
54
- `swift-build`: (**Note:** this is not a git tag name) the actual build tag to install, minus the "`swift-`" prefix. May indicate a release snapshot (e.g. `5.5-DEVELOPMENT-SNAPSHOT-2021-09-18-a`), development snapshot (e.g. `DEVELOPMENT-SNAPSHOT-2021-09-28-a`), or a release (e.g. `5.5-RELEASE`).
55
55
56
-
#### Deprecated Parameters (will be removed in a future version):
57
-
- `branch`: **[DEPRECATED]** Use `swift-version` instead.
58
-
- `tag`: **[DEPRECATED]** Use `swift-build` instead.
59
-
60
56
#### When using Swift builds from a Github repository release:
61
57
- `github-repo`: Github repo in "owner/repo" format
62
58
- `release-tag-name`: Release tag name, can be found in `github.com/<owner>/<repo>/releases`
63
59
- `release-asset-name`: Asset name for the Swift installer executable in the release
64
60
- `github-token`: Optional Github token for fetching a release from a private repository
61
+
62
+
#### Additional Options:
63
+
- `update-sdk-modules`: Update SDK module definitions to latest version after installation (Windows only, default: false)
64
+
- `installer-args`: Additional arguments to pass to the installer, space-delimited
65
+
66
+
#### Deprecated Parameters (will be removed in a future version):
67
+
- `branch`: **[DEPRECATED]** Use `swift-version` instead.
68
+
- `tag`: **[DEPRECATED]** Use `swift-build` instead.
0 commit comments