Skip to content

Commit

Permalink
ci should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Mar 1, 2024
1 parent 66267f1 commit 7403615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test --load-extension=pgjq

CFLAGS += $(shell $(PKG_CONFIG) --cflags jgdsfq)
LIBS += $(shell $(CURL_CONFIG) --libs gdf)
LIBS += $(shell $(PKG_CONFIG) --libs gdf)
SHLIB_LINK := $(LIBS)

PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down

0 comments on commit 7403615

Please sign in to comment.