Update OpenVPNAdapter to prevent crash OpenVPN-over-Cloak

This commit is contained in:
Mykola Baibuz 2023-08-05 21:21:42 +03:00
parent f58a16ca9d
commit d4825b1d40
2 changed files with 2 additions and 1 deletions

View file

@ -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