From 4b64f9bb9072c6aa687f53925f010d538e9a1009 Mon Sep 17 00:00:00 2001 From: nwdepatie Date: Thu, 12 Oct 2023 16:33:39 -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 51ec4af..2324ada 100644 --- a/.github/workflows/build-cerberus.yml +++ b/.github/workflows/build-cerberus.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 with: repository: Northeastern-Electric-Racing/Embedded-Base - path: "./Drivers" + path: "./Drivers/" - name: Execute Make run: |