Skip to content

Commit

Permalink
shouldnt need extra compiler dependencies?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 15, 2024
1 parent 4edabaf commit 17fbd63
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
if: matrix.target == 'aarch64'
run: |
sudo apt-get install qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross
gcc --version
- uses: actions/setup-python@v4
with:
python-version: 3.12
Expand All @@ -88,8 +83,6 @@ jobs:
pip install toml
python scripts/patch_package_name.py
- name: Build wheels
env:
CC: ${{ (matrix.target == 'aarch64') && 'gcc-aarch64-linux-gnu' || 'gcc' }}
uses: messense/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit 17fbd63

Please sign in to comment.