From c239b1b35ceb985dd1d4f378a2a9469bccfb17b3 Mon Sep 17 00:00:00 2001 From: pexcn Date: Fri, 28 Jun 2024 14:34:00 +0800 Subject: [PATCH] update SDK_URL --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5f90a4..57ef52d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: SDK_URL: - - https://github.com/openwrt-ipq60xx/ci/releases/download/20240624/openwrt-sdk-qualcommax-ipq60xx_emmc_gcc-13.3.0_musl.Linux-x86_64.tar.zst + - https://github.com/openwrt-ipq60xx/ci/releases/download/20240628/openwrt-sdk-qualcommax-ipq60xx_emmc_gcc-13.3.0_musl.Linux-x86_64.tar.zst steps: - name: Checkout sources