Skip to content

Commit

Permalink
ci: checkout pimoroni/picovision
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak committed Sep 25, 2023
1 parent dbea27a commit 8c8e04d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ jobs:
path: pico-extras

# PicoVision needs the RAM driver and the firmware
- name: Checkout Pimoroni Pico
- name: Checkout PicoVision
if: matrix.name == 'PicoVision'
uses: actions/checkout@v3
with:
repository: MichaelBell/pimoroni-pico
ref: dv_stick
path: pimoroni-pico
repository: pimoroni/picovision
ref: dd3415ad2218267d0bd67008effd4f60860e0c22
path: picovision

- name: Cache
uses: actions/cache@v3
Expand Down

0 comments on commit 8c8e04d

Please sign in to comment.