Skip to content

Commit

Permalink
chore: bump moc to 0.9.8 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Aug 11, 2023
2 parents f1f6099 + 84e6f18 commit 9ea06b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# Remember to update me in package-set.yml as well
env:
vessel_version: "v0.6.5"
moc_version: "0.9.7"
moc_version: "0.9.8"

jobs:
tests:
Expand All @@ -34,9 +34,9 @@ jobs:
nix-env --install graphviz --file '<nixpkgs>'
- name: "install Motoko binaries"
run: |
wget https://github.com/dfinity/motoko/releases/download/${{ env.moc_version }}/motoko-linux64-${{ env.moc_version }}.tar.gz
wget https://github.com/dfinity/motoko/releases/download/${{ env.moc_version }}/motoko-Linux-x86_64-${{ env.moc_version }}.tar.gz
mkdir -p /home/runner/bin
tar -xzf motoko-linux64-${{ env.moc_version }}.tar.gz -C /home/runner/bin
tar -xzf motoko-Linux-x86_64-${{ env.moc_version }}.tar.gz -C /home/runner/bin
echo "/home/runner/bin" >> $GITHUB_PATH
- name: "install vessel"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
vessel_version: "v0.6.5"
moc_version: "0.9.7"
moc_version: "0.9.8"

jobs:
verify:
Expand Down

0 comments on commit 9ea06b4

Please sign in to comment.