Skip to content

Commit 287b332

Browse files
committed
install build-essential if not present (for later)
1 parent 1940fa5 commit 287b332

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
# - name: Install build tools
17+
# run: |
18+
# sudo apt-get update
19+
# sudo apt-get install -y cmake build-essential
20+
1621
- name: Cache Conan
1722
uses: actions/cache@v4
1823
with:

0 commit comments

Comments
 (0)