Skip to content

Commit

Permalink
(debugging github workflow for restructured folders)
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Feb 3, 2025
1 parent 5327000 commit a4f69cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

- name: Build
run: |
echo 'SSID = "XXXX-XXXX-XXXX"' > breadboard/.credentials
echo 'PASSWORD = "zNJAoiLLnzvv8KpPKLyf"' >> breadboard/.credentials
export PICO_SDK_PATH=$(pwd)/../raspberrypi/pico-sdk && make build-all SDK=$(pwd)/../raspberrypi/pico-sdk CREDENTIALS=$(pwd)/.credentials
echo 'SSID = "XXXX-XXXX-XXXX"' > .credentials
echo 'PASSWORD = "zNJAoiLLnzvv8KpPKLyf"' >> .credentials
ls -la
export PICO_SDK_PATH=$(pwd)/../raspberrypi/pico-sdk && echo ">>>>>>>>> PWD $(pwd)" && ls -la
# export PICO_SDK_PATH=$(pwd)/../raspberrypi/pico-sdk && make build-all SDK=$(pwd)/../raspberrypi/pico-sdk CREDENTIALS=$(pwd)/.credentials

0 comments on commit a4f69cc

Please sign in to comment.