We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c519a9e commit 3d2390eCopy full SHA for 3d2390e
.github/workflows/build-cd.yml
@@ -45,10 +45,12 @@ jobs:
45
if: ${{ matrix.os == 'ubuntu-latest' }}
46
run: |
47
sudo apt update && sudo apt install -y build-essential zip
48
- -name: Install dependencies for windows build
+
49
+ - name: Install dependencies for windows build
50
if: ${{ matrix.os == 'ubuntu-18.04' }}
51
52
sudo apt update && sudo apt install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 wine64
53
54
- name: Install go dependencies
55
56
go get github.com/sirupsen/logrus
0 commit comments