Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperNinja-4965 committed Jun 19, 2022
1 parent 49c6b5f commit 90debf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
mkdir /home/runner/work/Raspberry-Pi-Pico-MacroPad/Raspberry-Pi-Pico-MacroPad/pico/
git -C /home/runner/work/Raspberry-Pi-Pico-MacroPad/Raspberry-Pi-Pico-MacroPad/pico/ clone https://github.com/raspberrypi/pico-sdk.git
git -C /home/runner/work/Raspberry-Pi-Pico-MacroPad/Raspberry-Pi-Pico-MacroPad/pico/pico-sdk submodule update --init
git -C /home/runner/work/Raspberry-Pi-Pico-MacroPad/Raspberry-Pi-Pico-MacroPad/pico/pico-sdk submodule update --init --recursive
# Run the SDK tests - Helps ensure the SDK and our environemnt is good.
- name: Run SDK Test runs
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Clone Pimoroni librarys
run: |
git clone https://github.com/pimoroni/pimoroni-pico.git ./libs/pimoroni-pico
git -C ./libs/pimoroni-pico submodule update --init --remote
git -C ./libs/pimoroni-pico submodule update --init --recursive
# Build the example code from the library useful for further testing
- name: Build Pimoroni Examples
Expand Down

0 comments on commit 90debf3

Please sign in to comment.