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:
Vadim Zeitlin 2021-11-02 19:42:11 +01:00 committed by William S Fulton
commit 6a56426f8f
2 changed files with 1 additions and 2 deletions

View file

@ -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