test build job
This commit is contained in:
parent
3582e65927
commit
7991864bf4
@ -30,7 +30,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
|
||||
- run: dnf install -y dnf-plugins-core
|
||||
- run: dnf install -y dnf-plugins-core rpmbuild rpmdevtools
|
||||
- run: dnf builddep -y build/jx.spec
|
||||
- run: make rpm
|
||||
- uses: ncipollo/release-action@v1
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
|
||||
- run: dnf install -y dnf-plugins-core
|
||||
- run: dnf install -y dnf-plugins-core rpmbuild rpmdevtools
|
||||
- run: dnf builddep -y build/jx.spec
|
||||
- name: Run build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user