Skip to content

Commit

Permalink
feature(rpm_action): only build rpm for fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeCyp committed Nov 19, 2024
1 parent f8f718d commit 2a4db90
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["fedora:40", "fedora:41", "fedora:42", "quay.io/centos/centos:stream8", "quay.io/centos/centos:stream9"]
os: ["fedora:40", "fedora:41", "fedora:42"]
env:
name: ${{ needs.parsing.outputs.compname }}
compvers: ${{ needs.parsing.outputs.compvers }}
Expand All @@ -80,14 +80,6 @@ jobs:
sudo dnf install rpm-build rpmdevtools -y
sudo dnf install cargo-rpm-macros -y
sudo dnf install openssl-devel -y
- name: Install RPM on Centos
if: contains(matrix.os, 'centos')
run: |
yum install rust cargo -y
export PATH=$PATH:$HOME/.cargo/bin/
yum install rpm-build rpmdevtools -y
yum install openssl-devel -y
- name: Install protoc
run: |
Expand Down

0 comments on commit 2a4db90

Please sign in to comment.