Skip to content

Commit 97a79a2

Browse files
leogdionclaude
andcommitted
fix: use August 14 snapshot (correct latest dev snapshot)
The latest available development snapshot in Skip's Android toolchain is 6.2-DEVELOPMENT-SNAPSHOT-2025-08-14-a (August 14, 2025), not August 28. This should have LLVM v9 compatibility to match the Android SDK profraw format and resolve the version mismatch error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 1131bda commit 97a79a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MistKit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Build and Test on Android
164164
uses: ./.github/actions/swift-android-action
165165
with:
166-
swift-version: "6.2-DEVELOPMENT-SNAPSHOT-2025-08-28-a" # Use August snapshot for LLVM v9 compatibility
166+
swift-version: "6.2-DEVELOPMENT-SNAPSHOT-2025-08-14-a" # Use August 14 snapshot for LLVM v9 compatibility
167167
android-api-level: 34
168168
build-package: true
169169
build-tests: true

0 commit comments

Comments
 (0)