This commit is contained in:
Matthew Kennedy 2020-02-09 17:19:47 -08:00 committed by GitHub
parent 2add78b242
commit 9d8cd24219
3 changed files with 0 additions and 3 deletions

View File

@ -81,7 +81,6 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: recursive
# Build machines don't have arm-none-eabi gcc, so let's download it and put it on the path

View File

@ -13,7 +13,6 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: recursive
- name: Build Simulator

View File

@ -10,7 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: recursive
- name: Build Tests