We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9062672 commit 4ebf537Copy full SHA for 4ebf537
.github/workflows/sdks.yml
@@ -130,9 +130,7 @@ jobs:
130
LSP_BUILD="--sourcekit-lsp"
131
git apply swift-android-ci-release.patch swift-android-testing-release.patch
132
else
133
- if ${{ matrix.version == 'devel' }}; then
134
- git apply swift-android-ci-devel.patch
135
- else
+ if ${{ matrix.version == 'trunk' }}; then
136
git apply swift-android-trunk-libdispatch.patch
137
fi
138
git apply -C2 swift-android-ci-except-release.patch swift-android-testing-except-release.patch
swift-android-ci-devel.patch
0 commit comments