Skip to content

Commit 583ee4b

Browse files
authored
Add step to install distutils in workflow
1 parent 0c2e27a commit 583ee4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: yarn
32+
33+
- name: Install distutils
34+
run: pip install setuptools
3235

3336
- name: Install flatpak
3437
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)