Skip to content

Commit

Permalink
dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 19, 2024
1 parent 4e1c7b9 commit 2ed8931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 mingw-w64 libsqlite3-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 libsqlite3-dev mingw-w64-x86-64-dev && uname -a && cargo clean

- name: Install protoc (ARM)
if: ${{ matrix.platform == 'arm64' }}
Expand Down

0 comments on commit 2ed8931

Please sign in to comment.