Skip to content

Commit

Permalink
Fix Github Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
metsma authored Feb 24, 2024
1 parent d42d8c3 commit d4e7d02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake-linux-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
strategy:
matrix:
container: ['fedora:38', 'fedora:39']
include:
- container: 'fedora:38'
name: fedora38
- container: 'fedora:39'
name: fedora39

steps:
- name: Install Deps
Expand All @@ -32,5 +37,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: web-eid-app-fedora-build-${{github.run_number}}
name: web-eid-app-fedora-build-${{matrix.name}}-${{github.run_number}}
path: build/*rpm

0 comments on commit d4e7d02

Please sign in to comment.