Skip to content

Commit 91f4772

Browse files
authored
Use -cflags -static
1 parent c656e1b commit 91f4772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
cd iui
120120
v install --git https://github.com/isaiahpatton/vpng
121121
git clone https://github.com/isaiahpatton/vpaint
122-
v -cc gcc -skip-unused -gc boehm vpaint
122+
v -cc gcc -skip-unused -gc boehm -cflags -static vpaint
123123
- name: Remove excluded
124124
shell: msys2 {0}
125125
run: |

0 commit comments

Comments
 (0)