|
|
@@ -25,6 +25,7 @@ jobs:
|
|
|
v2ray:
|
|
|
name: Native Build (V2Ray)
|
|
|
runs-on: ubuntu-latest
|
|
|
+ needs: check
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v2
|
|
|
@@ -51,6 +52,7 @@ jobs:
|
|
|
shadowsocks:
|
|
|
name: Native Build (Shadowsocks)
|
|
|
runs-on: ubuntu-latest
|
|
|
+ needs: check
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v2
|
|
|
@@ -75,6 +77,7 @@ jobs:
|
|
|
shadowsocksr:
|
|
|
name: Native Build (ShadowsocksR)
|
|
|
runs-on: ubuntu-latest
|
|
|
+ needs: check
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v2
|