Skip to content

Commit

Permalink
Remove sudo for RPM installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 7, 2024
1 parent ccf8f34 commit 073b77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
test:
needs: [version, commit_sha, assemble]
strategy:
fail-fast: false
matrix:
os: [{ suffix: "amd64", ext: "deb" }, { suffix: "x86_64", ext: "rpm" }]
uses: ./.github/workflows/r_test.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
image: redhat/ubi9:latest
run: |
sudo yum localinstall "artifacts/dist/${{ inputs.package }}"
yum localinstall "artifacts/dist/${{ inputs.package }}"
r_test_deb:
if: ${{ endsWith(inputs.package, 'deb') }}
Expand Down

0 comments on commit 073b77b

Please sign in to comment.