Skip to content

Commit 30a531c

Browse files
committed
fix syntax error
1 parent 9c14bd4 commit 30a531c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:
52-
config: [${{ inputs.config || 'pppwn_defconfig' }}]
53-
architecture: [${{ inputs.architecture || 'x86_64' }}]
52+
include:
53+
- config: ${{ inputs.config || 'pppwn_defconfig' }}
54+
architecture: ${{ inputs.architecture || 'x86_64' }}
5455

5556
steps:
5657
- name: Checkout repository

0 commit comments

Comments
 (0)