Revert "build: remove nx workaround"

This reverts commit 5544e65cd1.
This commit is contained in:
Johannes Millan 2024-11-29 20:21:31 +01:00
parent db82bee068
commit ecf0b6cd8f
4 changed files with 18 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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