From c98b089b9f00fc9b2104e5e65e5b6be1ac1ebf6b Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Wed, 16 Oct 2024 17:53:50 +0300 Subject: [PATCH] work please? --- .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 75c560a..b7c4f5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: - name: Install essentials if: ${{ runner.os == 'Linux' }} - run: sudo apt-get update && sudo apt-get install -y build-essential pkg-config clang cmake unzip libsqlite3-dev gcc-mingw-w64 protobuf-compiler libprotobuf-dev && uname -a && cargo clean + run: sudo apt-get update && sudo apt-get install -y build-essential pkg-config clang cmake unzip libsqlite3-dev gcc-mingw-w64 mingw-w64 && uname -a && cargo clean - name: Install protoc (ARM) if: ${{ matrix.platform == 'arm64' }}