[gha] fix indent

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-03-08 14:29:36 +00:00
parent 745fda18bc
commit 8f2ebe8de9
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2

View file

@ -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