Skip to content

Commit aa3f11d

Browse files
committed
ci
1 parent f8b6d0e commit aa3f11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fmt:
2222
go fmt github.com/heliaxdev/migrate-masp-events/proto/types
2323

2424
$(BIN): $(RUSTLIB)
25-
ifeq ($(OS),"Linux")
25+
ifeq ($(OS),Linux)
2626
env CGO_ENABLED=1 CGO_LDFLAGS=-lm go build
2727
else
2828
echo $(OS)

0 commit comments

Comments
 (0)