CI: re-enable cross build

It was accidentally disabled
This commit is contained in:
Nicola Murino
2021-02-28 12:15:57 +01:00
parent af6f1f6026
commit 791846adee

View File

@@ -75,7 +75,7 @@ jobs:
echo ::set-output name=created::${BUILD_DATE} echo ::set-output name=created::${BUILD_DATE}
- name: Cross build with xgo - name: Cross build with xgo
if: ${{ matrix.upload-coverage && startsWith(matrix.os, 'ubuntu-') }} if: ${{ startsWith(matrix.os, 'ubuntu-') }}
uses: crazy-max/ghaction-xgo@v1 uses: crazy-max/ghaction-xgo@v1
with: with:
go_version: 1.15.x go_version: 1.15.x