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
Enable specifying a tag/branch in the skip-source input for a source build of skip (#14)
* Enable specifying a tag/branch in the skip-source input for a source build of skip
* Ensure we install swiftly even when building skip from source
* Update actions
* Update actions
* Add back debug logging for skip export
* Update actions
* Update actions
* Update actions and runner to use macos-26
* Update to use skip v1
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ steps:
31
31
| Input | Description | Default |
32
32
|-------|-------------|---------|
33
33
| `skip-version` | Version of the Skip toolchain to install | `'latest'` |
34
-
| `skip-source` | Homebrew source to install Skip from ([`formula`](https://formulae.brew.sh/formula/skip) or [`cask`](https://github.com/skiptools/homebrew-skip/blob/main/Casks/skip.rb)) | `'formula'` |
34
+
| `skip-source` | Homebrew source to install Skip from ([`formula`](https://formulae.brew.sh/formula/skip) or [`cask`](https://github.com/skiptools/homebrew-skip/blob/main/Casks/skip.rb)) or the branch name to build from source | `'formula'` |
35
35
| `run-doctor` | Run `skip doctor` after setup to verify the environment | `'true'` |
36
36
| `verify-project` | Path to a project directory to verify with `skip verify` | `''` (disabled) |
37
37
| `swift-version` | Swift toolchain version to install via `swiftly` | `''` (use pre-installed) |
0 commit comments