diff options
| author | hathach <[email protected]> | 2024-11-21 10:40:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-21 10:40:58 +0700 |
| commit | 5d77faa835ab7faf73a9981905e57e8d79920d2d (patch) | |
| tree | a6812381f1afe922a17b8b8a3a8878b3a76a7df6 | |
| parent | fa523a5682d8dc91cc1c7a63475623743e37ac83 (diff) | |
change pico-sdk checkout branch to master
| -rw-r--r-- | .github/actions/get_deps/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/get_deps/action.yml b/.github/actions/get_deps/action.yml index eea241c6c..ae9e7bbef 100644 --- a/.github/actions/get_deps/action.yml +++ b/.github/actions/get_deps/action.yml @@ -13,7 +13,7 @@ runs: uses: actions/checkout@v4 with: repository: raspberrypi/pico-sdk - ref: develop + ref: master path: pico-sdk - name: Linux dependencies |
