diff --git a/scripts/build.bash b/scripts/build.bash index 8739e07..3b9e0b3 100644 --- a/scripts/build.bash +++ b/scripts/build.bash @@ -2,7 +2,7 @@ # Script for building your rust projects. set -e -source ci/common.bash +source scripts/common.bash # $1 {path} = Path to cross/cargo executable CROSS=$1 diff --git a/scripts/test.bash b/scripts/test.bash index da9e282..0f0d28f 100644 --- a/scripts/test.bash +++ b/scripts/test.bash @@ -2,7 +2,7 @@ # Script for building your rust projects. set -e -source ci/common.bash +source scripts/common.bash # $1 {path} = Path to cross/cargo executable CROSS=$1