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 35255c5 commit 9468be5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
python-version: '3.12'
architecture: 'x64'

- 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 9468be5

Please sign in to comment.