mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-27 10:40:23 +01:00
[gha] fix static build
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
2fb0a2e306
commit
54c6a424ef
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-windows-msvc.yml
vendored
4
.github/workflows/build-windows-msvc.yml
vendored
|
@ -31,9 +31,7 @@ jobs:
|
|||
|
||||
- name: Configure
|
||||
working-directory: build
|
||||
run: cmake .
|
||||
env:
|
||||
WITH_STATIC: ON
|
||||
run: cmake -DWITH_STATIC=ON .
|
||||
|
||||
- name: Build
|
||||
working-directory: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue