From ccdd94acf73cb5d66611b07147e5123efe1f7de2 Mon Sep 17 00:00:00 2001 From: zhusir Date: Sat, 20 Sep 2025 14:58:33 +0800 Subject: [PATCH] ci: update code --- .github/workflows/Auto compilation testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Auto compilation testing.yml b/.github/workflows/Auto compilation testing.yml index bf692c8..56bb0e0 100644 --- a/.github/workflows/Auto compilation testing.yml +++ b/.github/workflows/Auto compilation testing.yml @@ -181,6 +181,9 @@ jobs: rm -rf temp_resp git clone -b master --single-branch https://github.com/openwrt/packages.git temp_resp + cd temp_resp + git checkout 2b99cd7d7637da0f152da378994f699aaf0dd44d + cd .. echo "update golang version" rm -rf feeds/packages/lang/golang cp -r temp_resp/lang/golang feeds/packages/lang