Skip to content

Commit

Permalink
Update build.yml (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Nov 19, 2024
1 parent e00191d commit 287fbc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
build_and_upload:
runs-on:
- self-hosted
- Linux
- Large
- ${{ matrix.arch }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:
cat .env
- name: Build
run: |
if [[ "${{ matrix.os }}" == "centos7" }}" ]]; then
if [[ "${{ matrix.os }}" == "centos7" ]]; then
export TOOLSET_GCC_DIR=/opt/vesoft/toolset/gcc/9.5.0
export CC=${TOOLSET_GCC_DIR}/bin/gcc
export CXX=${TOOLSET_GCC_DIR}/bin/g++
Expand Down

0 comments on commit 287fbc3

Please sign in to comment.