Skip to content

Commit

Permalink
Merge pull request #78 from pspdev/fix-fedora-build
Browse files Browse the repository at this point in the history
Fix fedora build
  • Loading branch information
sharkwouter committed Jun 17, 2024
2 parents e494d51 + d154831 commit a7370eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- name: Install git on Fedora
if: matrix.os[0] == 'fedora'
if: ${{ matrix.container[0] == 'fedora' }}
run: |
dnf -y install git
Expand Down

0 comments on commit a7370eb

Please sign in to comment.