diff --git a/.github/workflows/build-create-windows-store-on-release.yml b/.github/workflows/build-create-windows-store-on-release.yml index 9e47702b8..29e0a0395 100644 --- a/.github/workflows/build-create-windows-store-on-release.yml +++ b/.github/workflows/build-create-windows-store-on-release.yml @@ -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 diff --git a/.github/workflows/build-publish-to-mac-store-on-release.yml b/.github/workflows/build-publish-to-mac-store-on-release.yml index ffa223d38..d392ebef8 100644 --- a/.github/workflows/build-publish-to-mac-store-on-release.yml +++ b/.github/workflows/build-publish-to-mac-store-on-release.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5b406ac2..d28903046 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 6c8fcfeb7..143ac374f 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -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