diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 463b2a740c..0f631618ed 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -16,7 +16,7 @@ jobs: - name: Install updates and protobuf-compiler run: | sudo apt update && sudo apt install --assume-yes \ - pkg-config c++ make cmake protobuf-compiler curl libssl-dev libclang-dev libudev-dev + pkg-config g++ make cmake protobuf-compiler curl libssl-dev libclang-dev libudev-dev - name: Checkout uses: actions/checkout@v4