capture 224.0.0.0/4 multicast traffic #578
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows build | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: windows-latest | |
if: github.ref != 'refs/heads/playstore' | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: 'recursive' | |
- uses: actions/setup-java@v1 | |
with: | |
java-version: '17' | |
- run: ./gradlew.bat assembleDebug |