Skip to content

Commit 914bea6

Browse files
bump moc to 0.10.0 (dfinity#78)
* bump moc * fix * fix
1 parent 9fa5a83 commit 914bea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/perf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
env:
14-
DFX_VERSION: 0.14.3
14+
DFX_VERSION: 0.14.4
1515
IC_REPL_VERSION: 0.4.1
16-
MOC_VERSION: 0.9.7
16+
MOC_VERSION: 0.10.0
1717
IC_WASM_VERSION: 0.4.0
1818
steps:
1919
- uses: actions/checkout@v3
@@ -64,8 +64,8 @@ jobs:
6464
npm i -g ic-mops
6565
dfx cache install
6666
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
6969
wget https://github.com/dfinity/ic-wasm/releases/download/$IC_WASM_VERSION/ic-wasm-linux64
7070
cp ./ic-wasm-linux64 /usr/local/bin/ic-wasm
7171
chmod a+x /usr/local/bin/ic-wasm

0 commit comments

Comments
 (0)