Skip to content

Commit

Permalink
Add missing build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
MKlimenko committed Jan 3, 2024
1 parent e83b324 commit 4887fdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install build-essential
run: sudo apt-get install -y build-essential

- name: Set up clang
uses: egor-tensin/setup-clang@v1
Expand Down

0 comments on commit 4887fdc

Please sign in to comment.