Skip to content

Commit 287fbc3

Browse files
Update build.yml (#154)
1 parent e00191d commit 287fbc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
build_and_upload:
3232
runs-on:
3333
- self-hosted
34+
- Linux
35+
- Large
3436
- ${{ matrix.arch }}
3537
strategy:
3638
fail-fast: false
@@ -67,7 +69,7 @@ jobs:
6769
cat .env
6870
- name: Build
6971
run: |
70-
if [[ "${{ matrix.os }}" == "centos7" }}" ]]; then
72+
if [[ "${{ matrix.os }}" == "centos7" ]]; then
7173
export TOOLSET_GCC_DIR=/opt/vesoft/toolset/gcc/9.5.0
7274
export CC=${TOOLSET_GCC_DIR}/bin/gcc
7375
export CXX=${TOOLSET_GCC_DIR}/bin/g++

0 commit comments

Comments
 (0)