xgo build matrix

pull/773/merge
hunterlong 2020-08-13 16:56:31 -07:00
parent 9b2b8e1e19
commit 487ab73688
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
shell: bash shell: bash
- name: Set Build Flags - name: Set Build Flags
if: matrix.platform != darwin if: matrix.platform != 'darwin'
run: echo ::set-env name=BUILD_FLAGS::'-extldflags -static' run: echo ::set-env name=BUILD_FLAGS::'-extldflags -static'
shell: bash shell: bash