1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 12:27:52 +00:00

Run apt-get update first.

This commit is contained in:
Brenden Matthews 2021-04-18 10:46:00 -05:00
parent 3be1320e6c
commit 8044475129
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
compiler_version: 10
runs-on: ${{ matrix.os }}
steps:
- run: sudo apt-get -qq update
- name: Install dependencies
run: |
sudo apt-get install -yqq --no-install-recommends \

View File

@ -13,6 +13,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- run: sudo apt-get -qq update
- name: Install dependencies
run: |
sudo apt-get install -yqq --no-install-recommends \