Skip to content

Commit

Permalink
Merge branch 'fix/allow-nb-traffic' of github.com:netbirdio/netbird i…
Browse files Browse the repository at this point in the history
…nto fix/allow-nb-traffic
  • Loading branch information
pappz committed Jan 10, 2024
2 parents ec2b0bf + 00c7e78 commit 9e7443f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android-build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
go-version: "1.21.x"
- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "adopt"

- name: NDK Cache
id: ndk-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 9e7443f

Please sign in to comment.