From 6816baf4860668628af48957eb9a3297061e760d Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:17:05 -0500 Subject: [PATCH] fix path --- .github/workflows/buildService.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildService.yml b/.github/workflows/buildService.yml index a4ef05c..3bdd919 100644 --- a/.github/workflows/buildService.yml +++ b/.github/workflows/buildService.yml @@ -25,7 +25,7 @@ jobs: - name: Build rust-musl-builder run: | chmod a+x rust-musl-cross/build.sh - cd /rust-musl-cross + cd rust-musl-cross ./build.sh shell: bash