Update rpmbuild.yml

This commit is contained in:
Thomas Gruber 2021-11-22 16:48:21 +01:00 committed by GitHub
parent 57948e8cff
commit 661558ba6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Golang
run: |
apt install golang
- name: build RPM package
id: rpm
uses: naveenrajm7/rpmbuild@master