Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Nov 15, 2024
1 parent 2e1ee61 commit 9e5b46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
export URL=https://raw.githubusercontent.com/vesoft-inc/nebula-gears/master/install
bash <(curl -Ls $URL)
install-gcc --version=9.3.0
install-gcc --version=9.5.0
- name: Pre-Build
run: |
mkdir -p _build
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Build
run: |
if [[ "${{ matrix.os }}" == "centos7" }}" ]]; then
export TOOLSET_GCC_DIR=/opt/vesoft/toolset/gcc/9.3.0
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++
export PATH=${TOOLSET_GCC_DIR}/bin:${PATH}
Expand Down

0 comments on commit 9e5b46d

Please sign in to comment.