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:
parent
a92cb0c1d9
commit
e41def2149
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue