From fb02e1d46142677a3e697ffb2a2459fc5301c20f Mon Sep 17 00:00:00 2001 From: JoelTrain Date: Tue, 23 Aug 2022 17:33:05 -0500 Subject: [PATCH] fix args for choclatey install make --- .github/workflows/build-for-windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-for-windows.yml b/.github/workflows/build-for-windows.yml index 50ac745a47..f57c3d5e65 100644 --- a/.github/workflows/build-for-windows.yml +++ b/.github/workflows/build-for-windows.yml @@ -37,7 +37,8 @@ jobs: # install GNU make - name: Install gnu make using choclatey uses: crazy-max/ghaction-chocolatey@v2 - run: choco install make + with: + args: install make # Sets up the node_modules folder with the Windows version of the dependencies - name: Yarn install