Skip to content

Commit

Permalink
πŸ”– Bump to version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-pavlenko committed Jul 31, 2024
1 parent 1d626c8 commit 46f59ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: ${{ runner.os }}-gradle-

- name: Disable TCP/UDP Offloading (macOS)
shell: bash
run: |
sudo sysctl -w net.link.generic.system.hwcksum_tx=0
sudo sysctl -w net.link.generic.system.hwcksum_rx=0
- name: Run all Android tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 46f59ad

Please sign in to comment.