mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
Provisioning: Install nodejs to Ubuntu 24.04 arm64
Fixes: QTQAINFRA-6509 Fixes: QTBUG-128842 Change-Id: I91bfbb24dadaf74707496ed1167de684b2f9dd61 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (C) 2023 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
# shellcheck source=../common/linux/install-nodejs.sh
|
||||
source "${BASH_SOURCE%/*}/../common/linux/install-nodejs.sh"
|
||||
Reference in New Issue
Block a user