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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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