Install uuid-dev in GitHub action (#3647)
This commit is contained in:
committed by
GitHub
parent
0bd3989bab
commit
7bd3d1b892
3
.github/workflows/release-check.yaml
vendored
3
.github/workflows/release-check.yaml
vendored
@@ -17,6 +17,9 @@ jobs:
|
||||
toolchain: "stable"
|
||||
override: true
|
||||
|
||||
- name: Install uuid-dev
|
||||
run: sudo apt install uuid-dev
|
||||
|
||||
- name: make a release tarball and build from it
|
||||
run: |
|
||||
cmake -S. -Bbuild &&
|
||||
|
||||
Reference in New Issue
Block a user