Skip to content

Commit 587f99c

Browse files
Update build-and-sign-sequential.yml
1 parent dd198e5 commit 587f99c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-and-sign-sequential.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
uses: actions/setup-node@v4
4949
with:
5050
node-version: '18'
51-
cache: 'npm'
52-
cache-dependency-path: '**/package-lock.json'
5351

5452
# Build Virtual Display Driver for ARM64
5553
- name: Build Virtual Display Driver (ARM64)
@@ -215,8 +213,6 @@ jobs:
215213
uses: actions/setup-node@v4
216214
with:
217215
node-version: '18'
218-
cache: 'npm'
219-
cache-dependency-path: '**/package-lock.json'
220216

221217
# Build Virtual Display Driver for x64
222218
- name: Build Virtual Display Driver (x64)

0 commit comments

Comments
 (0)