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:
parent
60c28ce989
commit
fb02e1d461
3
.github/workflows/build-for-windows.yml
vendored
3
.github/workflows/build-for-windows.yml
vendored
@ -37,7 +37,8 @@ jobs:
|
|||||||
# install GNU make
|
# install GNU make
|
||||||
- name: Install gnu make using choclatey
|
- name: Install gnu make using choclatey
|
||||||
uses: crazy-max/ghaction-chocolatey@v2
|
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
|
# Sets up the node_modules folder with the Windows version of the dependencies
|
||||||
- name: Yarn install
|
- name: Yarn install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user