Skip to content

Commit

Permalink
[openvpnadapter] test
Browse files Browse the repository at this point in the history
  • Loading branch information
Macbook authored and Macbook committed Dec 20, 2024
1 parent c0aacec commit 7652b63
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build_openvpn_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
repository: amnezia-vpn/OpenVPNAdapter
ref: feature/macox-network-extension
path: OpenVPNAdapter

- name: Set up Xcode environment
run: |
echo "Setting up Xcode environment"
export XCODEBUILD="/usr/bin/xcodebuild"
export WORKINGDIR=`pwd`
export PATCH="/usr/bin/patch"

- name: Configure amnezia.xcconfig
run: |
Expand All @@ -50,6 +43,7 @@ jobs:
- name: Build OpenVPNAdapter
run: |
cd OpenVPNAdapter
export XCODEBUILD="/usr/bin/xcodebuild"
$XCODEBUILD -scheme OpenVPNAdapter \
-configuration Release \
-xcconfig Configuration/amnezia.xcconfig \
Expand Down

0 comments on commit 7652b63

Please sign in to comment.