mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
debug
This commit is contained in:
@@ -57,10 +57,10 @@ jobs:
|
||||
sudo apt-get remove -y nodejs
|
||||
sudo apt-get remove -y npm
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
|
||||
chmod +x ~/.nvm/nvm.sh
|
||||
export NVM_DIR="~/.nvm"
|
||||
ls -R $NVM_DIR/
|
||||
chmod +x $NVM_DIR/nvm.sh
|
||||
source $NVM_DIR/nvm.sh
|
||||
source ~/.bashrc
|
||||
nvm install 16
|
||||
node -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user