Skip to content

Commit

Permalink
Trying to get this to actually build
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Oct 12, 2023
1 parent 4b64f9b commit 8e1c05c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-cerberus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
- name: Clone Embedded-base
uses: actions/checkout@v3
with:
repository: Northeastern-Electric-Racing/Embedded-Base
path: "./Drivers/"

- name: "List files"
run: "tree"

- name: Execute Make
run: |
if ! make; then
Expand Down

0 comments on commit 8e1c05c

Please sign in to comment.