Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Dec 22, 2024
1 parent 9468be5 commit 1e798a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ jobs:
python-version: '3.12'
architecture: 'x64'

- run: |
- name: Pip
run: |
python -m pip install setuptools
python3 -m pip install setuptools
- name: Checkout
- uses: actions/checkout@v2
with:
submodules: true
Expand Down

0 comments on commit 1e798a7

Please sign in to comment.