Skip to content

Commit

Permalink
Merge branch 'main' into bump-map
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Sep 14, 2023
2 parents deaca5c + 914bea6 commit 5d05a78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
fail-fast: false
env:
DFX_VERSION: 0.14.3
DFX_VERSION: 0.14.4
IC_REPL_VERSION: 0.4.1
MOC_VERSION: 0.9.7
MOC_VERSION: 0.10.0
IC_WASM_VERSION: 0.4.0
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
npm i -g ic-mops
dfx cache install
cd $(dfx cache show)
wget https://github.com/dfinity/motoko/releases/download/$MOC_VERSION/motoko-linux64-$MOC_VERSION.tar.gz
tar zxvf motoko-linux64-$MOC_VERSION.tar.gz
wget https://github.com/dfinity/motoko/releases/download/$MOC_VERSION/motoko-Linux-x86_64-$MOC_VERSION.tar.gz
tar zxvf motoko-Linux-x86_64-$MOC_VERSION.tar.gz
wget https://github.com/dfinity/ic-wasm/releases/download/$IC_WASM_VERSION/ic-wasm-linux64
cp ./ic-wasm-linux64 /usr/local/bin/ic-wasm
chmod a+x /usr/local/bin/ic-wasm
Expand Down

0 comments on commit 5d05a78

Please sign in to comment.