mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-27 02:30:33 +01:00
[gha] fix indent
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
745fda18bc
commit
8f2ebe8de9
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build-windows-msvc.yml
vendored
12
.github/workflows/build-windows-msvc.yml
vendored
|
@ -20,14 +20,14 @@ jobs:
|
||||||
run: powershell -Command "(Invoke-WebRequest -Uri https://git.io/JnHTY -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat
|
run: powershell -Command "(Invoke-WebRequest -Uri https://git.io/JnHTY -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat
|
||||||
|
|
||||||
- name: Install Boost
|
- name: Install Boost
|
||||||
uses: crazy-max/ghaction-chocolatey@v2
|
uses: crazy-max/ghaction-chocolatey@v2
|
||||||
with:
|
with:
|
||||||
args: install boost-msvc-14.3
|
args: install boost-msvc-14.3
|
||||||
|
|
||||||
- name: Install OpenSSL
|
- name: Install OpenSSL
|
||||||
uses: crazy-max/ghaction-chocolatey@v2
|
uses: crazy-max/ghaction-chocolatey@v2
|
||||||
with:
|
with:
|
||||||
args: install openssl
|
args: install openssl
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
working-directory: build
|
working-directory: build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue