Skip to content

Commit

Permalink
Fix Go build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FluxCapacitor2 committed Jan 8, 2025
1 parent 8c8ce27 commit 0c63076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
go-version: "1.22"

- name: Generate
run: go generate ./app/...
- name: Install SQLite headers
run: apt-get install -y libsqlite3-dev

- name: Build
run: go build --tags "fts5" -v -o easysearch ./app
Expand Down

0 comments on commit 0c63076

Please sign in to comment.