forked from infra/ansible
Remove sudo from ci action
The first run failed on missing sudo command, let's try it without that. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
c661866d3c
commit
c8457fac67
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install testing tools
|
||||
run: |
|
||||
sudo dnf install -y yamllint ansible-lint
|
||||
dnf install -y yamllint ansible-lint
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue