summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1589d5..3e50089 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ default: install-tools
@mage -l
install-tools:
- @cargo install cedar-policy-cli
+ @cargo install --keep-going cedar-policy-cli
@go install tool
@command -v cedar
@command -v mage