Skip to content

Commit e00191d

Browse files
Update build.yml (#153)
1 parent dd56205 commit e00191d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: find . -mindepth 1 -delete
5555
- uses: actions/checkout@v4
5656
- name: Set up environment
57-
if: matrix.os = 'centos7'
57+
if: matrix.os == 'centos7'
5858
run: |
5959
export URL=https://raw.githubusercontent.com/vesoft-inc/nebula-gears/master/install
6060
bash <(curl -Ls $URL)

0 commit comments

Comments
 (0)