[workflow] Add apt update before installing dependencies

This commit is contained in:
rahuliyer95 2020-03-15 15:37:29 -07:00 committed by Ferran Basora
parent c00dbba0e7
commit 1b035a658d

View File

@ -28,6 +28,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -y
sudo apt-get install -y curl gnupg ca-certificates git gcc-multilib g++-multilib cmake libssl-dev pkg-config python
- name: Build