From ba1bf6670a53c05d7b7117f50e3724e08df44b64 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Mon, 5 Aug 2024 15:56:47 +0200 Subject: [PATCH] chore: use esy nightluy --- .ci/utils/use-esy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/utils/use-esy.yml b/.ci/utils/use-esy.yml index 1f133f86..5cd60116 100644 --- a/.ci/utils/use-esy.yml +++ b/.ci/utils/use-esy.yml @@ -1,5 +1,5 @@ # steps to install esy globally steps: - - script: "npm install -g esy" + - script: "npm install -g @esy-nightly/esy" displayName: "install esy"