From 07632715ee75e77550943958c964eef4187da75e Mon Sep 17 00:00:00 2001 From: ttimasdf Date: Wed, 13 Dec 2023 09:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20broken=20CI=20due=20to=20o?= =?UTF-8?q?penwrt/sdk=20naming=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe3f39c..03f8620 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: arch: [arm_cortex-a15_neon-vfpv4] # x86-64, - version: [22.03.2, 21.02.5] + version: [22.03, 21.02] steps: - uses: actions/checkout@v2