Skip to content

Commit 2ad230c

Browse files
committed
add mops to setup
1 parent d8006e9 commit 2ad230c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/provision-darwin.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ curl --location --output node.pkg "https://nodejs.org/dist/v$version/node-v$vers
1616
sudo installer -pkg node.pkg -store -target /
1717
rm node.pkg
1818

19+
# Install MOPS
20+
npm i -g ic-mops
21+
1922
# Install DFINITY SDK.
2023
curl --location --output install-dfx.sh "https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
2124
DFX_VERSION=${DFX_VERSION:=0.25.0} DFXVM_INIT_YES=true bash install-dfx.sh

.github/workflows/provision-linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ sudo bash nodesource_setup.sh
1111
sudo apt-get install --yes nodejs
1212
rm nodesource_setup.sh
1313

14+
# Install MOPS
15+
npm i -g ic-mops
16+
1417
# Install DFINITY SDK.
1518
wget --output-document install-dfx.sh "https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
1619
DFX_VERSION=${DFX_VERSION:=0.25.0} DFXVM_INIT_YES=true bash install-dfx.sh

0 commit comments

Comments
 (0)