Skip to content

Commit

Permalink
ci: 🎡 use g++
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Dec 18, 2024
1 parent a520d72 commit f37ec75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f37ec75

Please sign in to comment.