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 43b7d62 commit 511643dCopy full SHA for 511643d
.github/workflows/build-release.yml
@@ -35,6 +35,8 @@ jobs:
35
run: |
36
echo "version=`cat V8_REVISION`" >> "$GITHUB_OUTPUT"
37
38
+ - run: sudo apt-get install -yq libglib2.0-dev
39
+
40
- run: zig build get-tools
41
- run: zig build get-v8
42
- run: zig build -Doptimize=ReleaseSafe
0 commit comments