build: remove nx workaround

This commit is contained in:
Johannes Millan 2024-11-29 19:52:24 +01:00
parent ac62061a75
commit 5544e65cd1
4 changed files with 0 additions and 18 deletions

View file

@ -53,9 +53,6 @@ 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,9 +37,6 @@ 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,9 +125,6 @@ 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
@ -213,9 +210,6 @@ 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,9 +37,6 @@ 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
@ -94,9 +91,6 @@ 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