Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
skilesare committed Nov 17, 2023
1 parent bbf1102 commit 24197f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,12 @@ jobs:
tar -xzf motoko-linux64-${{ env.moc_version }}.tar.gz -C /home/runner/bin
echo "/home/runner/bin" >> $GITHUB_PATH
- name: "install vessel"
run: |
wget --output-document /home/runner/bin/vessel https://github.com/kritzcreek/vessel/releases/download/${{ env.vessel_version }}/vessel-linux64
chmod +x /home/runner/bin/vessel
- name: "install mops"
run: |
npm --yes -g i ic-mops
mops i
- name: "check"
run: make check

- name: "check-mops"
run: make check-mops

Expand Down

0 comments on commit 24197f1

Please sign in to comment.