Skip to content

Commit 545bcc4

Browse files
committed
ci: rebuild mimalloc if it has changed
1 parent 69b5a3d commit 545bcc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/install/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ runs:
1919
run: |
2020
ln -s /usr/local/lib/libiconv vendor/libiconv
2121
22+
- name: build mimalloc
23+
shell: bash
24+
run: make install-mimalloc
25+
2226
- name: build netsurf
2327
shell: bash
2428
run: make install-netsurf

0 commit comments

Comments
 (0)