Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed Apr 3, 2024
1 parent 126bb57 commit 1220731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- if: ${{ startsWith(matrix.os, 'windows') }}
run: pip.exe install setuptools
- if: ${{ ! startsWith(matrix.os, 'windows') }}
run: python3 -m pip install setuptools --break-system-packages
run: python3 -m pip install --break-system-packages setuptools
- run: npm install --ignore-scripts
- run: npm run build-debug
- run: npm test
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- if: ${{ startsWith(matrix.os, 'windows') }}
run: pip.exe install setuptools
- if: ${{ ! startsWith(matrix.os, 'windows') }}
run: python3 -m pip install setuptools --break-system-packages
run: python3 -m pip install --break-system-packages setuptools
- run: npm install --ignore-scripts
- run: ${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
- run: ${{ env.ELECTRON_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1220731

Please sign in to comment.