From 82fca60cfddbb52f746e8bf0e26752bd636a78ed Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 3 Oct 2022 13:29:38 -0600 Subject: [PATCH] feat: install sf for nuts --- .github/workflows/nut.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nut.yml b/.github/workflows/nut.yml index 3b8347c..49d65c0 100644 --- a/.github/workflows/nut.yml +++ b/.github/workflows/nut.yml @@ -36,6 +36,7 @@ jobs: node-version: ${{ inputs.nodeVersion }} cache: yarn - run: npm install -g sfdx-cli --omit=dev + - run: npm install -g @salesforce/cli --omit=dev - run: yarn install --network-timeout 600000 - run: yarn compile - run: ${{ inputs.command }}