mirror of
https://github.com/nikdoof/openlens-extensions.git
synced 2026-01-31 07:28:15 +00:00
Don't cache deps
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -12,7 +12,6 @@ jobs:
|
|||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'npm'
|
|
||||||
- name: Run 'make build'
|
- name: Run 'make build'
|
||||||
run: make build
|
run: make build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user