From 165500f009d45a7f747f118e201231cf67beb043 Mon Sep 17 00:00:00 2001 From: Core Date: Thu, 25 Aug 2022 18:21:12 +0100 Subject: [PATCH] attempt 99299391932912931932 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe0f2a14..feee2574 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: command: | sudo apt-get update -y sudo apt-get install -y autoconf automake g++ libtool || true - curl -fsSL https://get.pnpm.io/install.sh | sh - + sudo npm install -g pnpm pnpm config set store-dir ~/.pnpm-store - run: name: Fetch Application Version