Skip to content

Commit 7652b63

Browse files
MacbookMacbook
authored andcommitted
[openvpnadapter] test
1 parent c0aacec commit 7652b63

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_openvpn_ios.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
repository: amnezia-vpn/OpenVPNAdapter
2121
ref: feature/macox-network-extension
2222
path: OpenVPNAdapter
23-
24-
- name: Set up Xcode environment
25-
run: |
26-
echo "Setting up Xcode environment"
27-
export XCODEBUILD="/usr/bin/xcodebuild"
28-
export WORKINGDIR=`pwd`
29-
export PATCH="/usr/bin/patch"
3023

3124
- name: Configure amnezia.xcconfig
3225
run: |
@@ -50,6 +43,7 @@ jobs:
5043
- name: Build OpenVPNAdapter
5144
run: |
5245
cd OpenVPNAdapter
46+
export XCODEBUILD="/usr/bin/xcodebuild"
5347
$XCODEBUILD -scheme OpenVPNAdapter \
5448
-configuration Release \
5549
-xcconfig Configuration/amnezia.xcconfig \

0 commit comments

Comments
 (0)