Skip to content

Commit

Permalink
add cmake setup to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
martonp96 committed Sep 30, 2021
1 parent 063ea39 commit 3eceb01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
submodules: 'recursive'

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.9
with:
cmake-version: '3.17.x'

- name: Build Release
run: release.bat

Expand Down

0 comments on commit 3eceb01

Please sign in to comment.