Skip to content

Commit

Permalink
install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 22, 2023
1 parent 428dc9c commit 61b1589
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install cmake
run: |
apt install cmake3
- name: Build
run: |
mkdir build && cd build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Install MonetDBe
run: pip install monetdbe

- name: Install cmake
run: apt install cmake3

- name: Build
run: |
mkdir build && cd build
Expand Down

0 comments on commit 61b1589

Please sign in to comment.