Use JSC version available in Ubuntu 20.04 in the CI builds
Use the newer OS and JavaScript Core library versions for the CI build, we don't have to remain with the old version here, as the newer one works too.
This commit is contained in:
parent
a39c2695f2
commit
6a56426f8f
2 changed files with 1 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ case "$SWIGLANG" in
|
|||
fi
|
||||
;;
|
||||
"jsc")
|
||||
$RETRY sudo apt-get install -qq libwebkitgtk-dev
|
||||
$RETRY sudo apt-get install -qq libjavascriptcoregtk-4.0-dev
|
||||
;;
|
||||
"v8")
|
||||
$RETRY sudo apt-get install -qq libv8-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue