Skip to content

Commit

Permalink
Leave only gcc aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 19, 2024
1 parent 9a6463a commit 66d5238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +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

run: sudo apt-get install -y build-essential pkg-config libssl-dev clang cmake llvm gcc-aarch64-linux-gnu
- name: Install protoc
id: deps-protoc
shell: bash
Expand Down

0 comments on commit 66d5238

Please sign in to comment.