Skip to content

Commit

Permalink
fix(ci): dang
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 10, 2024
1 parent 35d8306 commit 18bc366
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
with:
node-version: '20'
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
- if: ${{ ! startsWith(matrix.os, 'windows') }}
run: python3 -m pip install setuptools
run: pip install setuptools
- name: Install dependencies
run: npm i --openssl_fips=''
- name: Rebuild dependencies for Electron
Expand Down

0 comments on commit 18bc366

Please sign in to comment.