Skip to content

Commit 2cdcf1f

Browse files
committed
Install cmake [run ci]
1 parent 202a2c3 commit 2cdcf1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests_cmake_t8code_w_other_compilers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
fetch-depth: 0
6464
- name: Update packages
6565
run: apt-get update && apt-get upgrade -y
66+
- name: Install missing packages (to be added to image)
67+
run: |
68+
apt-get install -y cmake
6669
# - name: Install some basic packages
6770
# run: |
6871
# apt-get install -y wget tar lld make \

0 commit comments

Comments
 (0)