Skip to content

Commit

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

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

0 comments on commit 7bf3c59

Please sign in to comment.