From 476727d10ff7d3e5e6efc300675525c1e7de17c6 Mon Sep 17 00:00:00 2001 From: Mak Date: Fri, 19 Jul 2024 18:16:18 +0100 Subject: [PATCH] Update commands.yml --- .github/workflows/commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index d016099c6c..463b2a740c 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 make cmake protobuf-compiler curl libssl-dev libclang-dev libudev-dev + pkg-config c++ make cmake protobuf-compiler curl libssl-dev libclang-dev libudev-dev - name: Checkout uses: actions/checkout@v4