Skip to content

Commit

Permalink
DATASHADES-320 / install cmake, github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed May 1, 2024
1 parent d01a483 commit 3823d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install CMake
run: sudo apt-get update && sudo apt-get install -y cmake
- name: Install requirements
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
run: |
Expand Down

0 comments on commit 3823d49

Please sign in to comment.