From 5128b1fa40dd1955ddfabf796758ef24cf32fcc4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 25 Jan 2020 10:49:49 -0600 Subject: [PATCH] What is my path, and why is `rustup` failing to run despite being in it? --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0552179..3889e12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ build linux: build windows: stage: build script: + - echo %PATH% - rustup default stable - cargo build --release - move target windows