Skip to content

Merge pull request #92 from vub-hpc/sofia-wallpaper #166

Merge pull request #92 from vub-hpc/sofia-wallpaper

Merge pull request #92 from vub-hpc/sofia-wallpaper #166

Workflow file for this run

name: Build RPM
on: [push, pull_request]
jobs:
rpmbuild:
runs-on: ubuntu-latest
container:
image: rockylinux:9
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install rpmbuild
run: dnf -y install rpm-build
- name: Run build script
run: ./bdist_rpm.sh