mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 14:10:28 +00:00
Update apt before trying to pull in RPM dependencies
This commit is contained in:
parent
ae0b2672ff
commit
368f499f1d
@ -29,6 +29,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install RPM utilities
|
name: Install RPM utilities
|
||||||
command: |
|
command: |
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y rpm file
|
sudo apt-get install -y rpm file
|
||||||
mkdir -p ~/rpmbuild/BUILD ~/rpmbuild/RPMS ~/rpmbuild/SOURCES ~/rpmbuild/SPECS ~/rpmbuild/SRPMS
|
mkdir -p ~/rpmbuild/BUILD ~/rpmbuild/RPMS ~/rpmbuild/SOURCES ~/rpmbuild/SPECS ~/rpmbuild/SRPMS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user