mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
update: updaed libqvb library
This commit is contained in:
parent
9cf41b84ab
commit
8bafdce971
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
run: tools\grpc_gen.bat
|
||||
# --------------------------------------------------------
|
||||
- name: Download libqvb static library.
|
||||
run: curl -o .\libs\libqvb-win64.a -L https://github.com/Qv2ray/QvRPCBridge/releases/download/v1.0/libqvb-win64.a
|
||||
run: curl -o .\libs\libqvb-win64.a -L https://github.com/Qv2ray/QvRPCBridge/releases/download/v1.1/libqvb-win64.a
|
||||
# -------------------------------------------------------- libqvb
|
||||
- name: libqvb - Building Qv2ray
|
||||
shell: cmd
|
||||
|
2
.github/workflows/macOS.yml
vendored
2
.github/workflows/macOS.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
run: tools/deps_macOS.sh
|
||||
# --------------------------------------------------------
|
||||
- name: Download libqvb static library.
|
||||
run: curl -o ./libs/libqvb-darwin.a -L https://github.com/Qv2ray/QvRPCBridge/releases/download/v1.0/libqvb-darwin.a
|
||||
run: curl -o ./libs/libqvb-darwin.a -L https://github.com/Qv2ray/QvRPCBridge/releases/download/v1.1/libqvb-darwin.a
|
||||
# -------------------------------------------------------- == build against libqvb
|
||||
- name: libqvb - Build Qv2ray
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user