Skip to content

Commit

Permalink
bump agent-js and moc (#188)
Browse files Browse the repository at this point in the history
* bump agent-js and moc

* fix

* fix
  • Loading branch information
chenyan-dfinity authored Aug 24, 2023
1 parent 2c02e85 commit d5bae57
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 132 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
DFX_VERSION: 0.14.3
IC_REPL_VERSION: 0.4.1
MOC_VERSION: 0.9.7
MOC_VERSION: 0.9.8
steps:
- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -45,8 +45,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
- name: Start dfx
run: |
dfx start --background
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- 16
- 18
env:
DFX_VERSION: 0.14.2
DFX_VERSION: 0.14.3
SKIP_WASM: true
MOC_VERSION: 0.9.5
MOC_VERSION: 0.9.8
steps:
- uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node }}
Expand All @@ -38,8 +38,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
- name: Start dfx
run: |
dfx start --background
Expand Down
Loading

0 comments on commit d5bae57

Please sign in to comment.