Skip to content

Commit

Permalink
Install setuptools on windows in release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <2n8rn1w1f@mozmail.com>
  • Loading branch information
ahelwer committed Apr 12, 2024
1 parent b4e6f10 commit 75e223f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install setuptools for Windows build
if: matrix.os == 'windows-latest'
run: python -m pip install --upgrade setuptools
- name: Set up QEMU
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 75e223f

Please sign in to comment.