File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
env :
14
- DFX_VERSION : 0.14.3
14
+ DFX_VERSION : 0.14.4
15
15
IC_REPL_VERSION : 0.4.1
16
- MOC_VERSION : 0.9.7
16
+ MOC_VERSION : 0.10.0
17
17
IC_WASM_VERSION : 0.4.0
18
18
steps :
19
19
- uses : actions/checkout@v3
64
64
npm i -g ic-mops
65
65
dfx cache install
66
66
cd $(dfx cache show)
67
- wget https://github.com/dfinity/motoko/releases/download/$MOC_VERSION/motoko-linux64 -$MOC_VERSION.tar.gz
68
- tar zxvf motoko-linux64 -$MOC_VERSION.tar.gz
67
+ wget https://github.com/dfinity/motoko/releases/download/$MOC_VERSION/motoko-Linux-x86_64 -$MOC_VERSION.tar.gz
68
+ tar zxvf motoko-Linux-x86_64 -$MOC_VERSION.tar.gz
69
69
wget https://github.com/dfinity/ic-wasm/releases/download/$IC_WASM_VERSION/ic-wasm-linux64
70
70
cp ./ic-wasm-linux64 /usr/local/bin/ic-wasm
71
71
chmod a+x /usr/local/bin/ic-wasm
You can’t perform that action at this time.
0 commit comments