Skip to content

Commit

Permalink
update ci to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Feb 14, 2024
1 parent 126869a commit 74c2a51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
with:
version: 8

- uses: actions/setup-python@v4
with:
python-version: '2.7'
# - uses: actions/setup-python@v4
# with:
# python-version: '2.7'

- name: Build Electron app
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
macos-latest,
ubuntu-latest,
windows-latest
]
]

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 74c2a51

Please sign in to comment.