fix version string
This commit is contained in:
parent
e8a59924ef
commit
9a357ff79c
@ -77,6 +77,8 @@ jobs:
|
|||||||
- run: dnf install -y nodejs git
|
- run: dnf install -y nodejs git
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- run: dnf install -y dnf-plugins-core rpm-build rpmdevtools
|
- run: dnf install -y dnf-plugins-core rpm-build rpmdevtools
|
||||||
- run: dnf builddep -y build/jx.spec
|
- run: dnf builddep -y build/jx.spec
|
||||||
- name: Run build
|
- name: Run build
|
||||||
|
Loading…
Reference in New Issue
Block a user