mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Provisioning: Install nodejs to Ubuntu 24.04 arm64
Fixes: QTQAINFRA-6509 Pick-to: 6.8 Change-Id: I91bfbb24dadaf74707496ed1167de684b2f9dd61 Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (C) 2024 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