From 5d77faa835ab7faf73a9981905e57e8d79920d2d Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 21 Nov 2024 10:40:58 +0700 Subject: [PATCH] change pico-sdk checkout branch to master --- .github/actions/get_deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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