We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c14bd4 commit 30a531cCopy full SHA for 30a531c
.github/workflows/build.yml
@@ -49,8 +49,9 @@ jobs:
49
runs-on: ubuntu-latest
50
strategy:
51
matrix:
52
- config: [${{ inputs.config || 'pppwn_defconfig' }}]
53
- architecture: [${{ inputs.architecture || 'x86_64' }}]
+ include:
+ - config: ${{ inputs.config || 'pppwn_defconfig' }}
54
+ architecture: ${{ inputs.architecture || 'x86_64' }}
55
56
steps:
57
- name: Checkout repository
0 commit comments