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
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB

View file

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