Skip to content

Commit

Permalink
Remove static linking from linux
Browse files Browse the repository at this point in the history
  • Loading branch information
koliyo committed Oct 27, 2023
1 parent 1f3cfa3 commit 9b4103f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
matrix:
host: [
{ type: linux, os: ubuntu-latest,
build-options: "-Xswiftc -static-stdlib",
# build-options: "-Xswiftc -static-stdlib",
build-options: "-Xswiftc",
test-options: "--enable-code-coverage"
}
]
Expand Down

0 comments on commit 9b4103f

Please sign in to comment.