From f2253f3e3a45325fadb06fddff2ce22171d0248a Mon Sep 17 00:00:00 2001 From: Bob Chen Date: Thu, 29 Feb 2024 13:44:12 +0800 Subject: [PATCH] Update ci.linux.x86.yml --- .github/workflows/ci.linux.x86.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.linux.x86.yml b/.github/workflows/ci.linux.x86.yml index ce9ac00c..51004550 100644 --- a/.github/workflows/ci.linux.x86.yml +++ b/.github/workflows/ci.linux.x86.yml @@ -44,7 +44,7 @@ jobs: cd build ctest --timeout 3600 -V - centos8-gcc9-epoll-debug: + centos8-gcc8-epoll-debug: runs-on: ubuntu-latest container: @@ -71,7 +71,6 @@ jobs: - name: Build run: | - source /opt/rh/gcc-toolset-9/enable cmake -B build -D CMAKE_BUILD_TYPE=Debug -D PHOTON_BUILD_TESTING=ON \ -D PHOTON_ENABLE_SASL=ON -D PHOTON_ENABLE_FUSE=ON -D PHOTON_ENABLE_EXTFS=ON cmake --build build -j -- VERBOSE=1