Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Nov 19, 2024
1 parent 77ed5dd commit a80e387
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
node-version: 20
check-latest: true
cache: 'npm'
#cache: 'npm'
- name: Install dependencies
run: sudo apt-get update && sudo apt-get -y install dpkg fakeroot rpm build-essential libudev-dev
- name: Remove stale files
Expand Down Expand Up @@ -94,12 +94,12 @@ jobs:
with:
node-version: 20
check-latest: true
cache: 'npm'
#cache: 'npm'
# Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116
- name: Install Setuptools
run: python3 -m pip install --break-system-packages setuptools
- name: Remove stale files
run: rm -rfv node_modules
run: rm -rfv node_modules/???*
- name: Install deps
uses: nick-fields/retry@v3
with:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
with:
node-version: 20
check-latest: true
cache: 'npm'
#cache: 'npm'
# Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116
- name: Install Setuptools
run: python3 -m pip install --break-system-packages setuptools
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
#cache: 'npm'
- uses: engineerd/[email protected]
with:
name: "Wix Toolset 3.1.4"
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
#cache: 'npm'
- uses: engineerd/[email protected]
with:
name: "Wix Toolset 3.1.4"
Expand Down

0 comments on commit a80e387

Please sign in to comment.