Skip to content

Commit 8dffb23

Browse files
committed
Try out statick build
1 parent 69e27dd commit 8dffb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image: [ubuntu-20.04, ubuntu-22.04]
1616
runs-on: ${{ matrix.image }}
1717
env:
18-
CC: ${{ matrix.compiler }}
18+
CC: ${{ matrix.compiler }} -static
1919
SUFFIX: linux-${{ matrix.image}}-${{ matrix.compiler }}
2020
steps:
2121
- name: Clone repository

0 commit comments

Comments
 (0)