Skip to content

Commit

Permalink
avoid caches
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 5, 2024
1 parent 5cca2a4 commit f547b7f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
check-latest: false
- name: checkout cables standalone
uses: actions/checkout@v4
with:
path: "cables_electron/"
- name: Configure electron cache
uses: actions/cache@v4
with:
key: electron-builder-linux
path: |
~/.cache/electron
~/.cache/electron-builder
- name: build standalone
shell: bash
run: ./hook_standalone.sh linux
Expand Down Expand Up @@ -99,7 +91,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
check-latest: false
- name: build standalone
shell: bash
Expand Down Expand Up @@ -144,7 +135,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "18.14.2"
cache: "npm"
check-latest: false
- name: get node path
id: local_node
Expand Down

0 comments on commit f547b7f

Please sign in to comment.