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 f0def70 commit 1fac66e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-cerberus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
timeout-minutes: 10
steps:
- name: Clone Cerberus
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: Northeastern-Electric-Racing/Cerberus
submodules: 'true'

- name: Clone Embedded-base
uses: actions/checkout@v3
with:
path: "./Drivers"

- name: Execute Make
run: |
Expand Down

0 comments on commit 1fac66e

Please sign in to comment.