Install uuid-dev in GitHub action (#3647)

This commit is contained in:
Dustin J. Mitchell
2024-10-14 17:48:41 -04:00
committed by GitHub
parent 0bd3989bab
commit 7bd3d1b892

View File

@@ -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 &&