mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
Update nsis.yml
This commit is contained in:
parent
95269806a0
commit
a0fa3350c7
7
.github/workflows/nsis.yml
vendored
7
.github/workflows/nsis.yml
vendored
@ -75,10 +75,15 @@ jobs:
|
|||||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
# =========================================================================================================
|
# =========================================================================================================
|
||||||
|
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Setup Ninja
|
||||||
|
if: matrix.platform == 'windows-latest'
|
||||||
|
uses: ashutoshvarma/setup-ninja@master
|
||||||
|
with:
|
||||||
|
# ninja version to download. Default: 1.10.0
|
||||||
|
version: 1.10.0
|
||||||
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Build preparation - Download Dependencies
|
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Build preparation - Download Dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
choco install -y ninja
|
|
||||||
curl -o ./libs/Qv2ray-deps-grpc-${{ matrix.arch }}-windows.7z -L https://github.com/Qv2ray/Qv2ray-deps/releases/download/release/Qv2ray-deps-grpc-${{ matrix.arch }}-windows.7z
|
curl -o ./libs/Qv2ray-deps-grpc-${{ matrix.arch }}-windows.7z -L https://github.com/Qv2ray/Qv2ray-deps/releases/download/release/Qv2ray-deps-grpc-${{ matrix.arch }}-windows.7z
|
||||||
- name: Win-${{ matrix.arch }} - Build preparation - Extract Dependencies
|
- name: Win-${{ matrix.arch }} - Build preparation - Extract Dependencies
|
||||||
uses: DuckSoft/extract-7z-action@v1.0
|
uses: DuckSoft/extract-7z-action@v1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user