Skip to content

Commit

Permalink
Fix OL7 Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jun 26, 2024
1 parent 577d741 commit 51b5153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: oraclelinux:7.9
steps:
- name: Install Deps
run: yum install -y cmake make openscap-utils PyYAML libxslt xml-common python-jinja2 python-setuptools
run: yum install -y cmake make openscap-utils PyYAML libxslt xml-common python-jinja2 python-setuptools openscap openscap-scanner
- name: Checkout
uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 51b5153

Please sign in to comment.