aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/yatr.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/yatr.yaml b/.github/workflows/yatr.yaml
index 4857d07..d44b2f0 100644
--- a/.github/workflows/yatr.yaml
+++ b/.github/workflows/yatr.yaml
@@ -25,6 +25,9 @@ jobs:
- target: clang-analyzer
compiler: clang
image: ubuntu-18.04
+ - target: dist-srpm
+ compiler: gcc
+ image: ubuntu-18.04
- target: static
compiler: gcc
image: ubuntu-18.04