mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
parent
db82bee068
commit
ecf0b6cd8f
4 changed files with 18 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Workaround for nx issue
|
||||
run: npm install @nx/nx-win32-x64-msvc
|
||||
|
||||
- name: Install npm Packages
|
||||
# if: steps.npm-cache.outputs.cache-hit != 'true'
|
||||
run: npm i
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Workaround for nx issue and dmg licence issue
|
||||
run: npm install @nx/nx-darwin-arm64 dmg-license
|
||||
|
||||
- name: Install npm Packages
|
||||
# if: steps.npm-cache.outputs.cache-hit != 'true'
|
||||
run: npm i
|
||||
|
|
|
|||
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -125,6 +125,9 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Workaround for nx issue and dmg licence issue
|
||||
run: npm install @nx/nx-darwin-arm64 dmg-license
|
||||
|
||||
- name: Install npm Packages
|
||||
# if: steps.npm-cache.outputs.cache-hit != 'true'
|
||||
run: npm i
|
||||
|
|
@ -210,6 +213,9 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Workaround for nx issue
|
||||
run: npm install @nx/nx-win32-x64-msvc
|
||||
|
||||
- name: Install npm Packages
|
||||
# if: steps.npm-cache.outputs.cache-hit != 'true'
|
||||
run: npm i
|
||||
|
|
|
|||
6
.github/workflows/manual-build.yml
vendored
6
.github/workflows/manual-build.yml
vendored
|
|
@ -37,6 +37,9 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Workaround for nx issue
|
||||
run: npm install @nx/nx-win32-x64-msvc
|
||||
|
||||
- name: Install npm Packages
|
||||
# if: steps.npm-cache.outputs.cache-hit != 'true'
|
||||
run: npm i
|
||||
|
|
@ -91,6 +94,9 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Workaround for nx issue and dmg licence issue
|
||||
run: npm install @nx/nx-darwin-arm64 dmg-license
|
||||
|
||||
- name: Install npm Packages
|
||||
# if: steps.npm-cache.outputs.cache-hit != 'true'
|
||||
run: npm i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue