Skip to content

Commit

Permalink
fix: actually enable the maximize-build action
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 25, 2024
1 parent b35777f commit 4fe8de5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ jobs:
fi
- name: Maximize build space
if: contains(matrix.base_name, '-dx') && (github.event_name == 'pull_request' && ( matrix.image_flavor == 'main' || matrix.image_flavor == 'nvidia' ) || github.event_name != 'pull_request')
uses: ublue-os/remove-unwanted-software@517622d6452028f266b7ba4cc9a123b5f58a6b53 # v7
with:
remove-codeql: true
Expand Down

0 comments on commit 4fe8de5

Please sign in to comment.