Skip to content

Commit efd702c

Browse files
authored
Update .github/workflows/swift-toolchain.yml
1 parent 5c6c4c0 commit efd702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ jobs:
32803280
-D SQLite3_INCLUDE_DIR=${{ github.workspace }}/BinaryCache/Library/sqlite-${{ inputs.swift_toolchain_sqlite_version }}/usr/include `
32813281
-D SQLite3_LIBRARY=${{ github.workspace }}/BinaryCache/Library/sqlite-${{ inputs.swift_toolchain_sqlite_version }}/usr/lib/SQLite3.lib
32823282
- name: Build swift-build
3283-
run: swift --build ${{ github.workspace }}/BinaryCache/swift-build
3283+
run: cmake --build ${{ github.workspace }}/BinaryCache/swift-build
32843284

32853285
- name: extract swift-syntax
32863286
run: |

0 commit comments

Comments
 (0)