Skip to content

Commit e6bffc4

Browse files
committed
ci: install libglib2.0-dev deps
1 parent 7d37a40 commit e6bffc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/install/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ runs:
5151
5252
wget -O ${{ inputs.cache-dir }}/v8/libc_v8.a https://github.com/lightpanda-io/zig-v8-fork/releases/download/${{ inputs.zig-v8 }}/libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}.a
5353
54+
- run: sudo apt-get install -yq libglib2.0-dev
55+
shell: bash
56+
5457
- name: install v8
5558
shell: bash
5659
run: |

0 commit comments

Comments
 (0)