We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00191d commit 287fbc3Copy full SHA for 287fbc3
.github/workflows/build.yml
@@ -31,6 +31,8 @@ jobs:
31
build_and_upload:
32
runs-on:
33
- self-hosted
34
+ - Linux
35
+ - Large
36
- ${{ matrix.arch }}
37
strategy:
38
fail-fast: false
@@ -67,7 +69,7 @@ jobs:
67
69
cat .env
68
70
- name: Build
71
run: |
- if [[ "${{ matrix.os }}" == "centos7" }}" ]]; then
72
+ if [[ "${{ matrix.os }}" == "centos7" ]]; then
73
export TOOLSET_GCC_DIR=/opt/vesoft/toolset/gcc/9.5.0
74
export CC=${TOOLSET_GCC_DIR}/bin/gcc
75
export CXX=${TOOLSET_GCC_DIR}/bin/g++
0 commit comments