Skip to content

Commit cadafc2

Browse files
committed
github: Install cmake
We need it to build libsql with encryption enabled.
1 parent 738fddc commit cadafc2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
target: [aarch64]
6666
steps:
6767
- uses: actions/checkout@v3
68+
- name: Setup cmake
69+
uses: jwlawson/actions-setup-cmake@v1.14
70+
with:
71+
cmake-version: '3.18.x'
6872
- uses: actions/setup-python@v4
6973
with:
7074
python-version: '3.10'

0 commit comments

Comments
 (0)