Skip to content

Commit

Permalink
Install build-essential.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 18, 2024
1 parent 41ea758 commit 367315d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
apt-get update
apt-get install -y libunwind-dev --no-install-recommends
apt-get install -y libboost-test-dev libfmt-dev --no-install-recommends
apt-get install -y cmake build-essential libboost-test-dev libfmt-dev --no-install-recommends
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build
Expand Down

0 comments on commit 367315d

Please sign in to comment.