Skip to content

Commit

Permalink
build: Try explicit include
Browse files Browse the repository at this point in the history
  • Loading branch information
opaoz committed Jun 18, 2024
1 parent 629068b commit 41036e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-push-lsp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ jobs:
goarch: ${{ matrix.goarch }}
binary_name: "pug-lsp"
ldflags: "-s -w"
build_command: "make build"


1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"log"
"os"

_ "github.com/opa-oz/pug-lsp/pkg/pug"
"github.com/opa-oz/pug-lsp/pkg/server"
)

Expand Down
1 change: 0 additions & 1 deletion pkg/pug/binding.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// go:build !plugin
package pug

// #cgo CFLAGS: -std=c11 -fPIC
Expand Down

0 comments on commit 41036e6

Please sign in to comment.