-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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" | ||
|
@@ -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" | ||
|