Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Oct 13, 2023
1 parent dcd14c6 commit d57b8d4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,11 @@ jobs:
dockerRunArgs: |
--volume "${PWD}:/addon"
install: |
set -e
apt-get update && apt-get install git -y
export NVM_DIR="$HOME/mynvm"
git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR"
pushd "$NVM_DIR"
git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" $(git rev-list --tags --max-count=1)`
popd
chmod +x "$NVM_DIR/nvm.sh"
. "$NVM_DIR/nvm.sh" --no-use &&
set -e &&
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash &&
source ~/.bashrc &&
nvm install --lts &&
apt-get update &&
apt-get install libxdo-dev uuid-dev libc-dev pkg-config libglib2.0-dev libgtk-3-dev libgtk2.0-dev libpango1.0-dev libcairo2-dev libfontconfig1-dev -y &&
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y &&
source $HOME/.cargo/env &&
Expand Down

0 comments on commit d57b8d4

Please sign in to comment.