Skip to content

Commit 9f600f5

Browse files
committed
Install cbindgen dependency with cargo
(The one in Ubuntu 24.04 is too old)
1 parent 13cb033 commit 9f600f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
tar -xf mozjs.tar.xz -C /tmp/mozjs
4949
cd /tmp/mozjs
5050
cd $(ls -d */|head -n 1)
51+
cargo install cbindgen
5152
cd js/src
5253
bash $GITHUB_WORKSPACE/tools/generic_lib.sh $GITHUB_WORKSPACE/meson.build
5354
mkdir _build

0 commit comments

Comments
 (0)