Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lawtancool authored Jun 16, 2022
1 parent d2e57c0 commit a78fafe
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,16 @@ jobs:
- name: Copy TunnelBlick patches
run: cp ${{ github.workspace }}\openvpn-build\tunnelblick-patches\* ${{ github.workspace }}\openvpn\

- name: Apply TunnelBlick patches
run: cd ${{ github.workspace }}\openvpn\ && git apply --ignore-space-change --ignore-whitespace 02-tunnelblick-openvpn_xorpatch-a.diff && git apply --ignore-space-change --ignore-whitespace 03-tunnelblick-openvpn_xorpatch-b.diff && git apply --ignore-space-change --ignore-whitespace 04-tunnelblick-openvpn_xorpatch-c.diff && git apply --ignore-space-change --ignore-whitespace 05-tunnelblick-openvpn_xorpatch-d.diff && git apply --ignore-space-change --ignore-whitespace 06-tunnelblick-openvpn_xorpatch-e.diff
- name: Apply TunnelBlick patch A
run: cd ${{ github.workspace }}\openvpn\ && git apply 02-tunnelblick-openvpn_xorpatch-a.diff
- name: Apply TunnelBlick patch B
run: cd ${{ github.workspace }}\openvpn\ && git apply 03-tunnelblick-openvpn_xorpatch-b.diff
- name: Apply TunnelBlick patch C
run: cd ${{ github.workspace }}\openvpn\ && git apply 04-tunnelblick-openvpn_xorpatch-c.diff
- name: Apply TunnelBlick patch D
run: cd ${{ github.workspace }}\openvpn\ && git apply 05-tunnelblick-openvpn_xorpatch-d.diff
- name: Apply TunnelBlick patch E
run: cd ${{ github.workspace }}\openvpn\ && git apply 06-tunnelblick-openvpn_xorpatch-e.diff

- name: Checkout openvpn-gui
uses: actions/checkout@v2
Expand Down

0 comments on commit a78fafe

Please sign in to comment.