We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6c4c0 commit efd702cCopy full SHA for efd702c
.github/workflows/swift-toolchain.yml
@@ -3280,7 +3280,7 @@ jobs:
3280
-D SQLite3_INCLUDE_DIR=${{ github.workspace }}/BinaryCache/Library/sqlite-${{ inputs.swift_toolchain_sqlite_version }}/usr/include `
3281
-D SQLite3_LIBRARY=${{ github.workspace }}/BinaryCache/Library/sqlite-${{ inputs.swift_toolchain_sqlite_version }}/usr/lib/SQLite3.lib
3282
- name: Build swift-build
3283
- run: swift --build ${{ github.workspace }}/BinaryCache/swift-build
+ run: cmake --build ${{ github.workspace }}/BinaryCache/swift-build
3284
3285
- name: extract swift-syntax
3286
run: |
0 commit comments