1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

.github/workflows/ci.yml: run apt-get update

This commit is contained in:
Henrik Hautakoski 2022-09-21 10:17:12 +02:00
parent a92cb0c1d9
commit e41def2149

View file

@ -44,6 +44,7 @@ jobs:
if: startsWith(matrix.build, 'gui') && runner.os == 'Linux'
shell: bash
run: |
sudo apt-get update
if [ "${{matrix.os}}" == "ubuntu-20.04" ]; then
sudo apt-get install qt5-default=5.12.8+dfsg-0ubuntu2.1
else :