Skip to content

Commit

Permalink
Merge pull request #279 from vitalygashkov/next
Browse files Browse the repository at this point in the history
Updated CI workflow
  • Loading branch information
vitalygashkov authored Dec 17, 2024
2 parents 75eee07 + bca7537 commit d337519
Show file tree
Hide file tree
Showing 3 changed files with 13,804 additions and 3,778 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- if: matrix.os == 'macos-latest' || matrix.os == 'macos-13'
run: python3 -m pip install setuptools --break-system-packages

- run: npm ci
- run: npm install
working-directory: ./

- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'npm'
- run: git config --global url."https://${{ secrets.CONTROL_REPO_TOKEN }}@github.com/".insteadOf ssh://[email protected]/

- run: npm ci
- run: npm install
working-directory: ./

- name: build-linux
Expand Down
Loading

0 comments on commit d337519

Please sign in to comment.