Skip to content

Commit

Permalink
wget sources first
Browse files Browse the repository at this point in the history
  • Loading branch information
willhaines committed Feb 12, 2024
1 parent c22c0f2 commit 9e1e68d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: grab sources
run: wget https://github.com/ITRS-Group/monitor-merlin/archive/refs/tags/v2022.06.02.tar.gz

- name: build RPM package
id: rpm
uses: UCBoulder/oit-sepe-rpmbuild@master
Expand Down
2 changes: 1 addition & 1 deletion merlin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Version: 2022.06.02
Release: 0
License: GPLv2
URL: https://github.com/ITRS-Group/monitor-merlin/
Source0: https://github.com/ITRS-Group/monitor-merlin/archive/refs/tags/v%{version}.tar.gz
Source0: monitor-merlin-%{version}.tar.gz
BuildRoot: %{_tmppath}/monitor-%{name}-%{version}
Requires: libaio
Requires: merlin-apps >= %version
Expand Down

0 comments on commit 9e1e68d

Please sign in to comment.