From f6a875d8c112e49e408c41f10d59a232b25279ef Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 7 Mar 2024 17:40:48 +0800 Subject: [PATCH] mipsel>mipsle fix --- .github/workflows/update_meta_core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_meta_core.yaml b/.github/workflows/update_meta_core.yaml index 0c3a293..bf370d6 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -89,11 +89,11 @@ jobs: goos: linux goarch: mips gomips: softfloat - - name: linux-mipsel-softfloat + - name: linux-mipsle-softfloat goos: linux goarch: mipsle gomips: softfloat - - name: linux-mipsel-hardfloat + - name: linux-mipsle-hardfloat goos: linux goarch: mipsle gomips: hardfloat