We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0aacec commit 7652b63Copy full SHA for 7652b63
.github/workflows/build_openvpn_ios.yml
@@ -20,13 +20,6 @@ jobs:
20
repository: amnezia-vpn/OpenVPNAdapter
21
ref: feature/macox-network-extension
22
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"
30
31
- name: Configure amnezia.xcconfig
32
run: |
@@ -50,6 +43,7 @@ jobs:
50
43
- name: Build OpenVPNAdapter
51
44
52
45
cd OpenVPNAdapter
46
+ export XCODEBUILD="/usr/bin/xcodebuild"
53
47
$XCODEBUILD -scheme OpenVPNAdapter \
54
48
-configuration Release \
55
49
-xcconfig Configuration/amnezia.xcconfig \
0 commit comments