From e00191d7533b9a039a8592c0d2944446838f5ed0 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:16:07 +0800 Subject: [PATCH] Update build.yml (#153) --- .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 6308589..c0dedb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: run: find . -mindepth 1 -delete - uses: actions/checkout@v4 - name: Set up environment - if: matrix.os = 'centos7' + if: matrix.os == 'centos7' run: | export URL=https://raw.githubusercontent.com/vesoft-inc/nebula-gears/master/install bash <(curl -Ls $URL)