Skip to content

Commit e5546d8

Browse files
Avoid special flags on SwiftLint build
1 parent adef57b commit e5546d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release_carton.yml

+1-1
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 -Xswiftc -static-stdlib -Xlinker -lCFURLSessionInterface -Xlinker -lCFXMLInterface -Xlinker -lcurl -Xlinker -lxml2 -Xswiftc -I. -Xlinker -fuse-ld=lld -Xlinker -L/usr/lib/swift/linux --product swiftlint
75+
swift build -c release --product swiftlint
7676
.build/release/swiftlint --version
7777
7878
- name: Create WASM build tools bundle

0 commit comments

Comments
 (0)