mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Fix z/OS build.
This commit is contained in:
4
.github/actions/lfs/action.yml
vendored
4
.github/actions/lfs/action.yml
vendored
@@ -18,4 +18,6 @@ runs:
|
||||
|
||||
- name: Git LFS pull
|
||||
shell: bash
|
||||
run: git lfs pull
|
||||
run: |
|
||||
git lfs pull
|
||||
git lfs prune
|
||||
3
.github/workflows/cross.sh
vendored
3
.github/workflows/cross.sh
vendored
@@ -23,4 +23,5 @@ echo darwin-flock ; GOOS=darwin GOARCH=amd64 go build -tags sqlite3_flock .
|
||||
echo darwin-noshm ; GOOS=darwin GOARCH=amd64 go build -tags sqlite3_noshm .
|
||||
echo darwin-nosys ; GOOS=darwin GOARCH=amd64 go build -tags sqlite3_nosys .
|
||||
echo windows-nosys ; GOOS=windows GOARCH=amd64 go build -tags sqlite3_nosys .
|
||||
echo freebsd-nosys ; GOOS=freebsd GOARCH=amd64 go build -tags sqlite3_nosys .
|
||||
echo freebsd-nosys ; GOOS=freebsd GOARCH=amd64 go build -tags sqlite3_nosys .
|
||||
echo solaris-flock ; GOOS=solaris GOARCH=amd64 go build -tags sqlite3_flock .
|
||||
Reference in New Issue
Block a user