Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jul 16, 2024
1 parent eff1684 commit e5ef68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
name: Build rpm package (for el7)
runs-on: ubuntu-latest
env:
# Force to use node16 (for actions/checkout@v3)
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
container:
Expand All @@ -91,7 +92,7 @@ jobs:

- name: Install CentOS7 archive repositories
run: |
rm /etc/yum.repos.d/*.repo -f
rm /etc/yum.repos.d/* -f
echo "[os]
name=os repo
Expand All @@ -118,7 +119,6 @@ jobs:
- name: Install dependencies packages
run: |
yum update -y
yum install rpmdevtools rpmlint -y
- name: Create build environment
Expand Down

0 comments on commit e5ef68f

Please sign in to comment.