Skip to content

Commit 3d2390e

Browse files
committed
Fix YAML for CD
1 parent c519a9e commit 3d2390e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ jobs:
4545
if: ${{ matrix.os == 'ubuntu-latest' }}
4646
run: |
4747
sudo apt update && sudo apt install -y build-essential zip
48-
-name: Install dependencies for windows build
48+
49+
- name: Install dependencies for windows build
4950
if: ${{ matrix.os == 'ubuntu-18.04' }}
5051
run: |
5152
sudo apt update && sudo apt install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 wine64
53+
5254
- name: Install go dependencies
5355
run: |
5456
go get github.com/sirupsen/logrus

0 commit comments

Comments
 (0)