Skip to content

Commit

Permalink
fix the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
flyq committed Aug 8, 2021
1 parent 850b7ae commit 067ac54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cp wasmtime-v0.18.0-x86_64-linux/wasmtime /home/runner/bin/wasmtime
- name: "install vessel"
run: |
wget --output-document /home/runner/bin/vessel https://github.com/kritzcreek/vessel/releases/download/v0.6.0/vessel-linux64
wget --output-document /home/runner/bin/vessel https://github.com/dfinity/vessel/releases/download/v0.6.2/vessel-linux64
chmod +x /home/runner/bin/vessel
- name: "check"
run: make check-strict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
mkdir /home/runner/bin
echo "/home/runner/bin" >> $GITHUB_PATH
wget --output-document /home/runner/bin/vessel https://github.com/dfinity/vessel/releases/download/v0.6.0/vessel-linux64
wget --output-document /home/runner/bin/vessel https://github.com/dfinity/vessel/releases/download/v0.6.2/vessel-linux64
chmod +x /home/runner/bin/vessel
- name: "docs"
run: make docs
Expand Down

0 comments on commit 067ac54

Please sign in to comment.