Skip to content

Commit 8816f2d

Browse files
Update build.yml
1 parent 58e0bb6 commit 8816f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: windows-latest
13+
runs-on: windows-2019
1414

1515
steps:
1616
- name: Checkout repository
@@ -43,6 +43,7 @@ jobs:
4343
${{ runner.os }}-node-modules-
4444
4545
- name: Install dependencies
46+
if: steps.yarn-cache.outputs.cache-hit != 'true'
4647
run: yarn install
4748

4849
- name: Run build script

0 commit comments

Comments
 (0)