Skip to content

Commit

Permalink
fix ci using [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed May 8, 2024
1 parent 4fd1ec0 commit ff751dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && !startsWith(github.ref, 'refs/tags/v') != true }}
run: |
# Clean all node modules before installing arm64 compatibles deps
npx rimraf@5 --glob **/node_modules
npx rimraf@5.0.4 --glob **/node_modules
TARGET_ARCH=arm64 npm ci
npm run build:desktop -- -- --arch=arm64
Expand All @@ -62,7 +62,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/v') != true }}
run: |
# Clean all node modules before installing arm64 compatibles deps
npx rimraf@5 --glob **/node_modules
npx rimraf@5.0.4 --glob **/node_modules
TARGET_ARCH=arm64 npm ci
npm -w @pikatorrent/desktop run publish -- -- --arch=arm64
env:
Expand Down

0 comments on commit ff751dd

Please sign in to comment.