Skip to content

Commit

Permalink
fix: Fiddling with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode committed Sep 25, 2023
1 parent 093f0ad commit 3eb74f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
pnpm build
- name: Build server
run: make cross-compile-server
run: |
export PATH=$PATH:$(go env GOPATH)/bin
echo $PATH
go install src.techknowlogick.com/xgo@latest
make cross-compile-server
env:
PLATFORMS: linux|amd64
TAGS: bindata sqlite sqlite_unlock_notify netgo
Expand Down

0 comments on commit 3eb74f4

Please sign in to comment.