We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7db970 commit d320e3fCopy full SHA for d320e3f
.github/workflows/rhub.yaml
@@ -56,8 +56,10 @@ jobs:
56
with:
57
token: ${{ secrets.RHUB_TOKEN }}
58
job-config: ${{ matrix.config.job-config }}
59
- - name: Manually install `libraptor2-dev` from Ubuntu 20.04
+ - name: Install `wget` and download `libraptor2-dev`
60
run: |
61
+ sudo apt-get update
62
+ sudo apt-get install -y wget
63
wget http://archive.ubuntu.com/ubuntu/pool/universe/r/raptor2/libraptor2-0_2.0.15-0ubuntu1_amd64.deb
64
wget http://archive.ubuntu.com/ubuntu/pool/universe/r/raptor2/libraptor2-dev_2.0.15-0ubuntu1_amd64.deb
65
sudo dpkg -i libraptor2-0_2.0.15-0ubuntu1_amd64.deb
0 commit comments