From 19057e3a617e4478865808f7cf29f8348a6bc536 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 7 Apr 2025 11:47:03 -0600 Subject: chore: do not fail if cedar cli is already installed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3