mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-03 16:17:19 +02:00
use up-to-date apt repos
This commit is contained in:
parent
6d4266f2d1
commit
3914e29514
2 changed files with 7 additions and 1 deletions
5
.github/workflows/release-check.yaml
vendored
5
.github/workflows/release-check.yaml
vendored
|
@ -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: |
|
||||
|
|
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue