Skip to content

Commit

Permalink
Update Github Actions workflow for Fedora builds
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Nov 17, 2024
1 parent 5838c7f commit 5cb9128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fedora-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Fedora 40", fedora_version: 40, deps: "none", build_emv_tool: NO }
- { name: "Fedora 40", fedora_version: 40, deps: "pcsclite/qt", build_emv_tool: YES }
- { name: "Fedora 41", fedora_version: 41, deps: "pcsclite/qt", build_emv_tool: YES }
- { name: "Fedora 40", fedora_version: 40, deps: "none", build_emv_tool: NO, build_emv_viewer: NO }
- { name: "Fedora 40", fedora_version: 40, deps: "pcsclite/qt", build_emv_tool: YES, build_emv_viewer: YES }
- { name: "Fedora 41", fedora_version: 41, deps: "pcsclite/qt", build_emv_tool: YES, build_emv_viewer: YES }

name: ${{ matrix.name }} build (static/debug/${{ matrix.deps }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5cb9128

Please sign in to comment.