Skip to content

Commit

Permalink
chore(ci): fix missing fedora_version in matrix, again
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Mar 24, 2024
1 parent 6de9ae7 commit 94775c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
fedora_version: ${{ inputs.fedora_version }}
image_name:
- silverblue
- kinoite
Expand All @@ -32,7 +33,6 @@ jobs:
- vauxite
build_target: [nokmods, kmods]
include:
- fedora_version: ${{ inputs.fedora_version }}
- fedora_version: 38
is_latest_version: false
is_stable_version: true
Expand Down

0 comments on commit 94775c9

Please sign in to comment.