Upgrade to 8.3.0-98
This commit is contained in:
parent
22502496a6
commit
4fa4653f8f
2 changed files with 8 additions and 6 deletions
|
@ -9,8 +9,8 @@ jobs:
|
|||
container:
|
||||
image: ubuntu:22.04
|
||||
env:
|
||||
pkgver: 8.2.2
|
||||
buildno: 22
|
||||
pkgver: 8.3.0
|
||||
buildno: 98
|
||||
qtver: 5.15.3
|
||||
steps:
|
||||
- name: Environment setup
|
||||
|
@ -18,6 +18,7 @@ jobs:
|
|||
cat /etc/os-release
|
||||
apt-get update
|
||||
apt-get install -y git make g++ bzip2 sudo patch python2 curl lsb-release p7zip-full qtbase5-dev debhelper clang-14 lld-14
|
||||
# node version set in build_tools/scripts/build_server variable pkg_target
|
||||
curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||
apt-get install -y nodejs
|
||||
npm install -g pkg grunt grunt-cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue