From 4af1ccb19a0abacbb1e5390c10c2a71612a7dbf8 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Mon, 9 Sep 2024 06:43:34 +0200 Subject: [PATCH] fix build (optimised) gha (#1354) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5476a68ab..43692ac7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: submodules: true - name: Install deps - run: sudo apt -y install protobuf-compiler + run: sudo apt -y install protobuf-compiler lld - name: aarch64 setup if: contains(matrix.target, 'aarch64')