From 3b84e3ccfe9130d96859bdc0338870d575d07f3e Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Mon, 4 Nov 2019 11:44:56 -0600 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index adb894f2d3..cb90ac541e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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)