Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/00_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
if: ${{ matrix.flavour[0] == 'rpm' }}
run: |
dnf install -y git rpm-build rpmdevtools systemd-rpm-macros rsync jq unzip perl which
echo "%vendor Lyrion Community" >> /etc/rpm/macros

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just add the single line to the previous step?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point.

# we must check out here, as otherwise the build action is not available
- name: Check out LMS code
Expand Down