Skip to content

Commit

Permalink
Update build-firmware.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenho authored Mar 26, 2024
1 parent 030517f commit 9b19ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: Install Pico SDK
run: |
git clone -b master https://github.com/raspberrypi/pico-sdk.git
export PICO_SDK_PATH=`pwd`/pico-sdk
echo $PICO_SDK_PATH
cd pico-sdk
git submodule update --init
cd ..
Expand All @@ -36,9 +34,11 @@ jobs:
run: |
mkdir -p firmware/build
cd firmware/build
export PICO_SDK_PATH=/home/runner/work/poor-man-bus-pirate/poor-man-bus-pirate/pico-sdk
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ..
- name: Build
run: |
cd firmware/build
export PICO_SDK_PATH=/home/runner/work/poor-man-bus-pirate/poor-man-bus-pirate/pico-sdk
make

0 comments on commit 9b19ec3

Please sign in to comment.