From e0d55f36439b462f1c7ddbef67ef21d98001cf3f Mon Sep 17 00:00:00 2001 From: Ugo Bechameil Date: Wed, 20 Sep 2023 15:52:33 +0200 Subject: [PATCH] Fix choco command --- .github/workflows/windows-intel-build-prebuilds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-intel-build-prebuilds.yml b/.github/workflows/windows-intel-build-prebuilds.yml index aae84e7..f0ef1a1 100644 --- a/.github/workflows/windows-intel-build-prebuilds.yml +++ b/.github/workflows/windows-intel-build-prebuilds.yml @@ -34,7 +34,7 @@ jobs: workflow_conclusion: success name: modulesToBuildForElectron - name: Install MIT Kerberos - run: choco install mitkerberos + run: choco install mitkerberos --install-arguments="ADDLOCAL=all" - name: Install tookit dependencies run: npm install --omit=optional - name: Build on Windows x64