Skip to content

Commit

Permalink
Do not install moc by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Aug 9, 2021
1 parent e693e8d commit 7cc6280
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
- uses: ./
with:
dfx-version: 0.7.2
install-moc: true
vessel-version: 0.6.2
- run: |
dfx --version
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ steps:
- uses: actions/checkout@v2
- uses: aviate-labs/setup-dfx@v0.2.2
with:
dfx-version: 0.7.1
dfx-version: 0.7.2
install-moc: true
vessel-version: 0.6.1
- run: |
dfx --version
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ inputs:
dfx-version:
required: true
description: 'The dfx version to download.'
install-moc:
description: 'Whether to install moc.'
default: false
vessel-version:
description: 'The vessel version to download.'
install-moc:
description: 'Whether to install moc. Default is true.'
default: true
runs:
using: 'node12'
main: 'dist/index.js'
55 changes: 54 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cc6280

Please sign in to comment.