We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd56205 commit e00191dCopy full SHA for e00191d
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
run: find . -mindepth 1 -delete
55
- uses: actions/checkout@v4
56
- name: Set up environment
57
- if: matrix.os = 'centos7'
+ if: matrix.os == 'centos7'
58
run: |
59
export URL=https://raw.githubusercontent.com/vesoft-inc/nebula-gears/master/install
60
bash <(curl -Ls $URL)
0 commit comments