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:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
@ -34,12 +33,15 @@ jobs:
|
||||
npm install --global yarn
|
||||
yarn --version
|
||||
|
||||
|
||||
# install GNU make
|
||||
- name: Install gnu make using choclatey
|
||||
uses: crazy-max/ghaction-chocolatey@v2
|
||||
with:
|
||||
args: install make
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# # Sets up the node_modules folder with the Windows version of the dependencies
|
||||
# - name: Yarn install
|
||||
# run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user