Skip to content

Commit

Permalink
cmake not cmake3
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 22, 2023
1 parent 61b1589 commit 009af43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install cmake
run: |
apt install cmake3
apt-get install cmake
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: pip install monetdbe

- name: Install cmake
run: apt install cmake3
run: apt-get install cmake

- name: Build
run: |
Expand Down

0 comments on commit 009af43

Please sign in to comment.