mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: 'get sources' step and windows shell
This commit is contained in:
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@@ -747,6 +747,9 @@ jobs:
|
||||
steps:
|
||||
- name: 'Get sources'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 10
|
||||
|
||||
- name: 'Install Qt'
|
||||
uses: jurplel/install-qt-action@v3
|
||||
@@ -789,6 +792,9 @@ jobs:
|
||||
steps:
|
||||
- name: 'Get sources'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 10
|
||||
|
||||
- name: 'Install Qt'
|
||||
uses: jurplel/install-qt-action@v3
|
||||
@@ -812,10 +818,11 @@ jobs:
|
||||
choco install ninja -y
|
||||
|
||||
- name: 'Configure'
|
||||
shell: cmd
|
||||
run: |
|
||||
cmake -B build -G Ninja ^
|
||||
-DCMAKE_BUILD_TYPE=Release ^
|
||||
-DBUILD_TESTING=ON
|
||||
-DCMAKE_BUILD_TYPE=Release ^
|
||||
-DBUILD_TESTING=ON
|
||||
|
||||
- name: 'Build'
|
||||
run: cmake --build build
|
||||
|
||||
Reference in New Issue
Block a user