Skip to content

Commit

Permalink
add python3-distutils install to build CI tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Jan 6, 2024
1 parent 265ea56 commit f0fd0c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
run: |
sudo apt-get install -y libasound2-dev
- name: install distutils on osx
if: runner.os == 'macOS'
run: |
sudo apt-get install python3-distutils
- name: run post-clone
run: |
npm run post-clone
Expand Down

0 comments on commit f0fd0c2

Please sign in to comment.