Skip to content

Commit 81851f0

Browse files
Copilotcastrojo
andcommitted
fix: correct syntax error in matrix.platform condition
Co-authored-by: castrojo <1264109+castrojo@users.noreply.github.com>
1 parent 5a8253c commit 81851f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-build-iso-anaconda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
podman
128128
129129
- name: Maximize build space (remove-software)
130-
if: matrix. platform != 'arm64'
130+
if: matrix.platform != 'arm64'
131131
uses: ublue-os/remove-unwanted-software@cc0becac701cf642c8f0a6613bbdaf5dc36b259e # v9
132132
with:
133133
remove-codeql: true

0 commit comments

Comments
 (0)