Skip to content

Commit d5c1449

Browse files
committed
fix(CI): install cmake
1 parent 62a11c0 commit d5c1449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
build-essential \
9090
git \
9191
curl \
92-
unzip
92+
unzip \
93+
cmake
9394
9495
- name: Check out repository
9596
uses: actions/checkout@v4

0 commit comments

Comments
 (0)