From 45342190bbaa470fc8524a83c962a13b5310232c Mon Sep 17 00:00:00 2001 From: NiccoloN Date: Mon, 23 Mar 2026 13:24:00 +0100 Subject: [PATCH] fix CI (hopefully) --- .github/workflows/validate_operations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_operations.yml b/.github/workflows/validate_operations.yml index daad224..1df72b1 100644 --- a/.github/workflows/validate_operations.yml +++ b/.github/workflows/validate_operations.yml @@ -38,7 +38,7 @@ jobs: - name: Install system dependencies run: | sudo apt update - sudo apt install -y cmake ninja-build build-essential + sudo apt install -y ninja-build build-essential - name: Cache protobuf build id: cache-protobuf