Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CaViCcHi committed Feb 18, 2024
1 parent 7b56210 commit e505825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Set up RPM Build Environment
run: |
apt-get update
apt-get install -y rpm
# - name: Set up RPM Build Environment
# run: |
# apt-get update
# apt-get install -y rpm

- name: Prepare Source and Extract Version
run: |
Expand Down

0 comments on commit e505825

Please sign in to comment.