summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-21 10:40:58 +0700
committerhathach <[email protected]>2024-11-21 10:40:58 +0700
commit5d77faa835ab7faf73a9981905e57e8d79920d2d (patch)
treea6812381f1afe922a17b8b8a3a8878b3a76a7df6
parentfa523a5682d8dc91cc1c7a63475623743e37ac83 (diff)
change pico-sdk checkout branch to master
-rw-r--r--.github/actions/get_deps/action.yml2
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