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
- Provides snapshots as soon as published in `swift.org`.
16
16
- Verifies toolchain snapshots before installation (`gpg` for Linux and Windows, `pkgutil` for macOS) .
17
17
- Allows development snapshots by enabling `development` flag and optional version.
18
18
- Prefers existing Xcode installations.
19
-
- Caches installed setup in tool cache.
19
+
- Caches installed setup in tool cache and actions cache(Swift 5.10 and after does not support caching on Windows).
20
20
- Allows fetching snapshot metadata without installation (can be used to setup docker images).
21
21
22
22
## Latest supported toolchains
@@ -105,7 +105,7 @@ In other words specifying...
105
105
i.e. for `macOS`: https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.10-SNAPSHOT-2024-03-30-a/swift-wasm-5.10-SNAPSHOT-2024-03-30-a-macos_x86_64.pkg
106
106
for `Linux`: https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.10-SNAPSHOT-2024-03-30-a/swift-wasm-5.10-SNAPSHOT-2024-03-30-a-ubuntu22.04_x86_64.tar.gz
107
107
108
-
> [!IMPORTANT]
108
+
> [!IMPORTANT]
109
109
> When using custom toolchains, please ensure that the toolchain can be installed and used on the GitHub runner, this action won't be able to validate this for custom toolchains.
0 commit comments