From 7991864bf44dcb8dbef2fb4a026350d5b1100e85 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sun, 26 May 2024 15:41:16 -0700 Subject: [PATCH] test build job --- .gitea/workflows/release.yaml | 2 +- .gitea/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 7c33ea5..c416ff2 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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 diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6a3fe11..1575769 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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: |