Skip to content

Commit

Permalink
Fixing github actions #3
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dmalusev@nanointeractive.com>
  • Loading branch information
CodeLieutenant committed May 10, 2022
1 parent eda5373 commit 3843392
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ endif

.PHONY: build-libuv
build-libuv:
ls -la
ls -la lib/libuv
ls -la lib/cpp-driver
echo $(shell pwd)
@mkdir -p $(BUILD_FOLDER)/libuv
@cd $(BUILD_FOLDER)/libuv && \
cmake -G "Ninja Multi-Config" \
Expand Down

0 comments on commit 3843392

Please sign in to comment.