Skip to content

Commit

Permalink
Update build.yml (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Nov 19, 2024
1 parent dd56205 commit e00191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e00191d

Please sign in to comment.