Skip to content

Commit

Permalink
Remove gcc multilib system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 19, 2024
1 parent e8bbe80 commit 9a6463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install -y build-essential pkg-config libssl-dev clang cmake llvm g++-aarch64-linux-gnu gcc-aarch64-linux-gnu libc6-dev-i386 g++-13-multilib gcc-13-multilib && dpkg -l
run: sudo apt-get install -y build-essential pkg-config libssl-dev clang cmake llvm g++-aarch64-linux-gnu gcc-aarch64-linux-gnu libc6-dev-i386

- name: Install protoc
id: deps-protoc
Expand Down

0 comments on commit 9a6463a

Please sign in to comment.