Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 1a53634

Browse files
Static build of swiftlint
1 parent 072e5ea commit 1a53634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_swift_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
gh repo clone realm/SwiftLint -- --branch ${{ matrix.swift-lint-version }} --single-branch
7474
cd SwiftLint
75-
swift build -c release --product swiftlint
75+
swift build -c release -Xswiftc -static-stdlib --product swiftlint
7676
.build/release/swiftlint --version
7777
7878
- name: Create WASM build tools bundle

0 commit comments

Comments
 (0)