mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Merge pull request #919 from JesterOrNot/master
Update .gitpod.yml to install nu rather than just build!
This commit is contained in:
commit
15c6d24178
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
tasks:
|
||||
- init: cargo build
|
||||
command: cargo run
|
||||
- init: cargo install --path .
|
||||
command: nu
|
||||
github:
|
||||
prebuilds:
|
||||
# enable for the master/default branch (defaults to true)
|
||||
|
|
Loading…
Reference in a new issue