Skip to content

Commit 8c02c26

Browse files
Steelskincompnerd
authored andcommitted
Properly set SQLite version
This was broken in #796
1 parent 2395959 commit 8c02c26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ jobs:
203203
swift_syntax_revision=refs/tags/${{ inputs.swift_tag }}
204204
swift_system_revision=refs/tags/1.3.0
205205
swift_toolchain_sqlite_revision=refs/tags/main
206-
swift_toolchain_sqlite_version=3.46.0
207206
swift_tools_support_core_revision=refs/tags/${{ inputs.swift_tag }}
208207
curl_revision=refs/tags/curl-8_5_0
209208
libxml2_revision=refs/tags/v2.11.5
@@ -222,6 +221,8 @@ jobs:
222221
repo manifest -r --suppress-upstream-revision --suppress-dest-branch -o - | sed -E 's,[[:space:]]+$,,' > stable.xml
223222
fi
224223
224+
echo swift_toolchain_sqlite_version=3.46.0 >> ${GITHUB_OUTPUT}
225+
225226
# FIXME(z2oh): Remove /D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR when GitHub runner image updates to 20240610.1.
226227
# see: https://github.com/actions/runner-images/issues/10004
227228
if [[ "${{ github.event_name }}" == "schedule" || "${{ inputs.debug_info }}" == "true" ]]; then

0 commit comments

Comments
 (0)