Skip to content

Commit

Permalink
fix(setup): fix vm command due to differences in AMI config between r…
Browse files Browse the repository at this point in the history
…egions
  • Loading branch information
ctrlc03 committed Jul 20, 2023
1 parent 8f9f491 commit 1d6a748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/actions/src/helpers/vm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const vmDependenciesAndCacheArtifactsCommand = (
// eslint-disable-next-line no-template-curly-in-string
"touch ${MARKER_FILE}",
"sudo yum update -y",
"curl -sL https://rpm.nodesource.com/setup_16.x | sudo bash - ",
"sudo yum install -y nodejs",
"npm install -g snarkjs",
`aws s3 cp s3://${zKeyPath} /var/tmp/genesisZkey.zkey`,
Expand Down

0 comments on commit 1d6a748

Please sign in to comment.