Update OpenVPNAdapter to prevent crash OpenVPN-over-Cloak
This commit is contained in:
parent
f58a16ca9d
commit
d4825b1d40
2 changed files with 2 additions and 1 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -179,6 +179,7 @@ jobs:
|
|||
|
||||
- name: 'Build project'
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
export QT_BIN_DIR="${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/ios/bin"
|
||||
export QT_MACOS_ROOT_DIR="${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/macos"
|
||||
export PATH=$PATH:~/go/bin
|
||||
|
|
2
client/3rd/OpenVPNAdapter
vendored
2
client/3rd/OpenVPNAdapter
vendored
|
@ -1 +1 @@
|
|||
Subproject commit e6764efb3b34d59e5e1b2a3074b24607eb3cbe55
|
||||
Subproject commit 0413e12b4ed383adf1ab3b6cd2950e6a1bb68ff3
|
Loading…
Add table
Add a link
Reference in a new issue