mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Install uuid-dev in GitHub action (#3647)
This commit is contained in:
parent
0bd3989bab
commit
7bd3d1b892
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-check.yaml
vendored
3
.github/workflows/release-check.yaml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
||||||
toolchain: "stable"
|
toolchain: "stable"
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
- name: Install uuid-dev
|
||||||
|
run: sudo apt install uuid-dev
|
||||||
|
|
||||||
- name: make a release tarball and build from it
|
- name: make a release tarball and build from it
|
||||||
run: |
|
run: |
|
||||||
cmake -S. -Bbuild &&
|
cmake -S. -Bbuild &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue