mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
.github/workflows: set CGO_ENABLED=1 and pre-get sqlite3
This commit is contained in:
parent
d6a17aaba4
commit
fb9ece2341
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -26,9 +26,12 @@ jobs:
|
|||
node-version: "16"
|
||||
- name: Build
|
||||
run: |
|
||||
go get github.com/mattn/go-sqlite3
|
||||
npm install --global yarn
|
||||
make dist VERSION=${{ steps.get_version.outputs.VERSION }}
|
||||
shell: bash
|
||||
env:
|
||||
CGO_ENABLED: 1
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user