5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-20 00:12:33 +00:00

Update apt before trying to pull in RPM dependencies

This commit is contained in:
Neil Alexander 2019-09-18 14:37:25 +01:00
parent 27158d7b44
commit a62e029e21
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -29,6 +29,7 @@ jobs:
- run:
name: Install RPM utilities
command: |
sudo apt-get update
sudo apt-get install -y rpm file
mkdir -p ~/rpmbuild/BUILD ~/rpmbuild/RPMS ~/rpmbuild/SOURCES ~/rpmbuild/SPECS ~/rpmbuild/SRPMS