Skip to content

Commit

Permalink
Pick up the repo definition from github when trying to install the ve…
Browse files Browse the repository at this point in the history
…spa RPM.
  • Loading branch information
aressem committed Sep 13, 2024
1 parent df4260f commit 8f1474f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-opensource-rpm-installable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
dnf list llvm-libs --showduplicates
dnf install -y dnf-plugins-core
dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-8/group_vespa-vespa-epel-8.repo
dnf -y config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo
dnf config-manager --enable powertools
dnf install -y epel-release
dnf install -y vespa

0 comments on commit 8f1474f

Please sign in to comment.