1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix args for choclatey install make

This commit is contained in:
JoelTrain 2022-08-23 17:33:05 -05:00
parent 60c28ce989
commit fb02e1d461
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -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