Skip to content

Commit d320e3f

Browse files
committed
ci: install wget to download missing dep
1 parent f7db970 commit d320e3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rhub.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ jobs:
5656
with:
5757
token: ${{ secrets.RHUB_TOKEN }}
5858
job-config: ${{ matrix.config.job-config }}
59-
- name: Manually install `libraptor2-dev` from Ubuntu 20.04
59+
- name: Install `wget` and download `libraptor2-dev`
6060
run: |
61+
sudo apt-get update
62+
sudo apt-get install -y wget
6163
wget http://archive.ubuntu.com/ubuntu/pool/universe/r/raptor2/libraptor2-0_2.0.15-0ubuntu1_amd64.deb
6264
wget http://archive.ubuntu.com/ubuntu/pool/universe/r/raptor2/libraptor2-dev_2.0.15-0ubuntu1_amd64.deb
6365
sudo dpkg -i libraptor2-0_2.0.15-0ubuntu1_amd64.deb

0 commit comments

Comments
 (0)