Skip to content

Commit

Permalink
install libuuid
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuOfficial committed Jun 7, 2024
1 parent e2c52f2 commit db8bd5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
submodules: recursive

- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y uuid-dev
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand Down

0 comments on commit db8bd5a

Please sign in to comment.