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 11, 2024
1 parent 6b09911 commit 15b0b19
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 @@ -68,7 +68,7 @@ jobs:
- name: Build
run: |
if [[ "${{ matrix.os }}" == "centos7" ]]; then
export TOOLSET_GCC_DIR=/opt/vesoft/toolset/gcc/${{ matrix.compiler }}
export TOOLSET_GCC_DIR=/opt/vesoft/toolset/gcc/9.3.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 15b0b19

Please sign in to comment.