From 6f152b30c33f9da51c232b1fb009984a5047e03f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 25 Feb 2022 01:24:38 +0000 Subject: [PATCH] Update file paths --- .github/scripts/build.bash | 2 +- .github/scripts/test.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/build.bash b/.github/scripts/build.bash index 3b9e0b3..434d1a3 100755 --- a/.github/scripts/build.bash +++ b/.github/scripts/build.bash @@ -2,7 +2,7 @@ # Script for building your rust projects. set -e -source scripts/common.bash +source .github/scripts/common.bash # $1 {path} = Path to cross/cargo executable CROSS=$1 diff --git a/.github/scripts/test.bash b/.github/scripts/test.bash index 0f0d28f..2fe58f4 100755 --- a/.github/scripts/test.bash +++ b/.github/scripts/test.bash @@ -2,7 +2,7 @@ # Script for building your rust projects. set -e -source scripts/common.bash +source .github/scripts/common.bash # $1 {path} = Path to cross/cargo executable CROSS=$1