From 29c9347346e3988248bf87164a6146e449c206a3 Mon Sep 17 00:00:00 2001 From: nwdepatie Date: Thu, 12 Oct 2023 16:43:46 -0400 Subject: [PATCH] Trying to get this to actually build --- .github/workflows/build-cerberus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cerberus.yml b/.github/workflows/build-cerberus.yml index 5b6fcd8..df2b850 100644 --- a/.github/workflows/build-cerberus.yml +++ b/.github/workflows/build-cerberus.yml @@ -15,7 +15,7 @@ jobs: - name: Clone Embedded-base uses: actions/checkout@v3 with: - path: "./Drivers/" + path: "./Drivers/Embedded-Base" - name: "List files" run: "ls ./Drivers"