We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d37a40 commit e6bffc4Copy full SHA for e6bffc4
.github/actions/install/action.yml
@@ -51,6 +51,9 @@ runs:
51
52
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
53
54
+ - run: sudo apt-get install -yq libglib2.0-dev
55
+ shell: bash
56
+
57
- name: install v8
58
shell: bash
59
run: |
0 commit comments