From 7f98cb55a2ac88d9fbecf0fd6cf872a2a66526d6 Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Mon, 9 Sep 2024 15:44:19 +0200 Subject: [PATCH] Incorrect location --- .github/workflows/release-client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-client.yml b/.github/workflows/release-client.yml index 4dad8b5d8..d60386f6b 100644 --- a/.github/workflows/release-client.yml +++ b/.github/workflows/release-client.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: Install deps - run: sudo apt -y install protobuf-compiler lld + run: sudo apt -y install protobuf-compiler - name: Install & display rust toolchain run: rustup show @@ -56,7 +56,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')