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)