use up-to-date apt repos

This commit is contained in:
Dustin J. Mitchell 2025-07-10 17:47:57 -04:00
parent 6d4266f2d1
commit 3914e29514
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -15,8 +15,11 @@ jobs:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ steps.toolchain.outputs.cachekey }}-${{ hashFiles('**/Cargo.lock') }}
- name: Update apt repos
run: sudo apt-get update -y
- name: Install uuid-dev
run: sudo apt install uuid-dev
run: sudo apt-get install -y uuid-dev
- name: make a release tarball and build from it
run: |

View file

@ -7,6 +7,9 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Update apt repos
run: sudo apt-get update -y
- name: Install apt packages
run: sudo apt-get install -y build-essential cmake git uuid-dev faketime locales python3 curl gcovr ninja-build