Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 13, 2024
1 parent 79a5ad8 commit ce36974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ 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
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
default: true
- name: Install dependencies
if: matrix.target == 'aarch64'
run: |
sudo apt-get install qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit ce36974

Please sign in to comment.