mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
move repo clone down here so higher up can be cached maybe
This commit is contained in:
parent
7ec532bc53
commit
ae2610387a
4
.github/workflows/build-for-windows.yml
vendored
4
.github/workflows/build-for-windows.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
|||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
@ -34,12 +33,15 @@ jobs:
|
|||||||
npm install --global yarn
|
npm install --global yarn
|
||||||
yarn --version
|
yarn --version
|
||||||
|
|
||||||
|
|
||||||
# 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
|
||||||
with:
|
with:
|
||||||
args: install make
|
args: install make
|
||||||
|
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# # 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
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user