Skip to content

Commit

Permalink
work please?
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 16, 2024
1 parent 46069d7 commit c98b089
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 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' }}
Expand Down

0 comments on commit c98b089

Please sign in to comment.