1
0
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:
JoelTrain 2022-08-23 18:03:04 -05:00
parent 7ec532bc53
commit ae2610387a
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

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