mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Add nodejs-dev - github's 18.04 runner is broken..
This commit is contained in:
committed by
Richard Kiss
parent
d3939e318d
commit
1fcae84c19
+1
-1
@@ -28,7 +28,7 @@ if [ `uname` = "Linux" ]; then
|
||||
#LINUX=1
|
||||
if type apt-get; then
|
||||
# Debian/Ubuntu
|
||||
sudo apt-get install -y nodejs node-gyp npm
|
||||
sudo apt-get install -y npm nodejs node-gyp nodejs-dev
|
||||
elif type yum && [ ! -f "/etc/redhat-release" ] && [ ! -f "/etc/centos-release" ]; then
|
||||
# AMZN 2
|
||||
echo "Installing on Amazon Linux 2"
|
||||
|
||||
Reference in New Issue
Block a user