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:
parent
3be1320e6c
commit
8044475129
1
.github/workflows/build-and-test-linux.yaml
vendored
1
.github/workflows/build-and-test-linux.yaml
vendored
@ -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 \
|
||||
|
1
.github/workflows/publish-appimage.yml
vendored
1
.github/workflows/publish-appimage.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user