Skip to content

Commit

Permalink
install rpmdevtools as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
MKLeb authored and Megan Wilhite committed Feb 2, 2023
1 parent 35ac16f commit 7b3cde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-packages-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:

- name: Run Package Tests
run: |
tools --timestamps vm ssh ${{ inputs.distro-slug }} -- yum install rpmdevtools -y || true
tools --timestamps vm ssh --sudo ${{ inputs.distro-slug }} -- yum install rpmdevtools -y || true
tools --timestamps --no-output-timeout-secs=1800 --timeout-secs=14400 vm test \
--nox-session=${{ matrix.nox-session }} --rerun-failures ${{ inputs.distro-slug }}
# tools --timestamps --no-output-timeout-secs=1800 --timeout-secs=14400 vm test --skip-requirements-install \
Expand Down

0 comments on commit 7b3cde8

Please sign in to comment.