Skip to content

Commit bb4b816

Browse files
authored
Temporary disable android until paths are fixed (#143)
1 parent 9c500a5 commit bb4b816

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release-nym-vpn-cli.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build-wireguard-go:
2525
strategy:
2626
matrix:
27-
os: [ubuntu-22.04, custom-runner-mac-m1]
27+
os: [ ubuntu-22.04, custom-runner-mac-m1 ]
2828
uses: ./.github/workflows/build-wireguard-go.yml
2929
with:
3030
os: ${{ matrix.os }}
@@ -33,15 +33,15 @@ jobs:
3333
uses: ./.github/workflows/build-wireguard-go-android.yml
3434

3535
build:
36-
needs: [build-wireguard-go, build-wireguard-go-android]
36+
needs: [ build-wireguard-go, build-wireguard-go-android ]
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [ubuntu-22.04, custom-runner-mac-m1]
41-
target: [native]
42-
include:
43-
- os: ubuntu-20.04
44-
target: android
40+
os: [ ubuntu-22.04, custom-runner-mac-m1 ]
41+
target: [ native ]
42+
# include:
43+
# - os: ubuntu-20.04
44+
# target: android
4545
runs-on: ${{ matrix.os }}
4646
env:
4747
WG_GO_LIB_PATH: ${{ github.workspace }}/lib

0 commit comments

Comments
 (0)