Skip to content

Commit

Permalink
Fix debian gh action job.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbecker committed Oct 18, 2021
1 parent 0f9400c commit 5acb428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Update the package repository
run: apt-get update
- name: Install Deps
run: apt-get install -y ansible-lint bats check cmake expat libopenscap8 libxml2-utils ninja-build python3-github python3-jinja2 python3-pip python3-pytest python3-pytest-cov python3-yaml xsltproc
run: apt-get install -y ansible-lint bats check cmake expat libopenscap8 libxml2-utils ninja-build python3-github python3-jinja2 python3-pip python3-pytest python3-pytest-cov xsltproc
- name: Install deps python
run: pip3 install ruamel.yaml yamlpath
run: pip3 install ruamel.yaml yamlpath pyyaml==5.4.1
- name: Checkout
uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit 5acb428

Please sign in to comment.