From f37ec75eca8c62544b46e48d61d7dee5eb51d7ae Mon Sep 17 00:00:00 2001 From: Hongcai Deng Date: Wed, 18 Dec 2024 12:12:55 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20use=20g++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad6e80..11d55d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,8 +52,8 @@ jobs: if: runner.os == 'Linux' run: | sudo apt-get update - sudo apt-get install -y g++-4.8 - echo "CXX=g++-4.8" >> $GITHUB_ENV + sudo apt-get install -y g++ + echo "CXX=g++" >> $GITHUB_ENV - name: Install dependencies run: npm install