Skip to content

Commit

Permalink
Install uuid-dev in GitHub action (GothenburgBitFactory#3647)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored Oct 14, 2024
1 parent 0bd3989 commit 7bd3d1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 7bd3d1b

Please sign in to comment.