Update main.yml

This commit is contained in:
Mark VanderVoord
2025-02-17 09:30:07 -05:00
committed by GitHub
parent 003f1649e1
commit 37673b7595
+6
View File
@@ -16,6 +16,12 @@ jobs:
name: "Unit Tests"
runs-on: ubuntu-latest
steps:
# Checks out repository under $GITHUB_WORKSPACE
- name: Checkout Latest Repo
uses: actions/checkout@v4
with:
submodules: recursive
# Install Ceedling
- name: Install Ceedling
run: |