From d3e082b691a1c58fa0d40b9453be42fd1d82138e Mon Sep 17 00:00:00 2001 From: hanwckf Date: Tue, 8 Jun 2021 18:17:59 +0800 Subject: [PATCH] update github-actions --- .github/workflows/CI.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a863e4ddd..da81f644b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,8 +28,10 @@ jobs: include: - build_variant: "mt7621" targets: "K2P_nano K2P DIR-878 CR660x JCG-Q20" - - build_variant: "mt7621-usb" - targets: "XY-C1 JCG-836PRO JCG-AC860M JCG-Y2 DIR-882" + - build_variant: "mt7621-usb-1" + targets: "XY-C1 JCG-836PRO JCG-Y2" + - build_variant: "mt7621-usb-2" + targets: "DIR-882 JCG-AC860M NETGEAR-BZV MI-R3P" steps: - uses: actions/checkout@v2 - name: Prepare environment