Skip to content

Commit 0e82c4b

Browse files
sharder996ricab
authored andcommitted
1 parent fc9aa5e commit 0e82c4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/windows-macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ jobs:
148148
python \
149149
wget
150150
151+
- name: Install dependencies from pip
152+
if: ${{ runner.os == 'macOS' }}
153+
run: |
154+
${ARCH_WRAPPER} python3 -m pip install --user --upgrade distlib
155+
151156
- name: Install specific QEMU from Choco
152157
if: ${{ runner.os == 'Windows' }}
153158
uses: crazy-max/ghaction-chocolatey@v3

0 commit comments

Comments
 (0)