Skip to content

Commit 60f25d0

Browse files
authored
Merge pull request #41 from New-Club-Penguin/development
Add step to install distutils in workflow
2 parents a5a0cb0 + 583ee4b commit 60f25d0

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)