Skip to content

Commit

Permalink
Only run build clean on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull authored Aug 13, 2023
1 parent 20ead96 commit c4c06cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
python-version: [3.8, 3.9]

steps:
- name: Maximize build space
- if: matrix.os == 'ubuntu-latest'
name: Maximize build space
uses: easimon/maximize-build-space@master

- uses: actions/checkout@v2

- name: Setup FFmpeg
Expand Down

0 comments on commit c4c06cf

Please sign in to comment.