From 3fbb666ffba998a9a7baf4b83738f4335b1ebb33 Mon Sep 17 00:00:00 2001 From: Jindong Zhang Date: Tue, 10 May 2022 01:10:59 +0800 Subject: [PATCH] fix commit --- .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 a1fb91c..034d959 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -224,7 +224,7 @@ jobs: name: Create static linux mips64el release runs-on: ubuntu-18.04 env: - CC: /opt/mips64el-linux-musl-cross/bin/mips64el-linux-musl-cross + CC: /opt/mips64el-linux-musl-cross/bin/mips64el-linux-musl-gcc steps: - uses: actions/checkout@v2 with: