Skip to content

Commit f8b6d0e

Browse files
committed
ci
1 parent 4432d14 commit f8b6d0e

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
@@ -25,7 +25,7 @@ $(BIN): $(RUSTLIB)
2525
ifeq ($(OS),"Linux")
2626
env CGO_ENABLED=1 CGO_LDFLAGS=-lm go build
2727
else
28-
uname -s
28+
echo $(OS)
2929
env CGO_ENABLED=1 go build
3030
endif
3131

0 commit comments

Comments
 (0)