fix: use g++ instead of gcc-c++ for debian

This commit is contained in:
Haitao Pan 2026-02-03 01:39:52 +08:00
parent d6d3c7ac0b
commit dc1e5bc42f

View File

@ -5,11 +5,10 @@
- name: install nodejs and build tools
tags: insight_pkg
package:
name:
- nodejs
- npm
- gcc-c++
- g++
- make
state: present