Skip to content

Commit

Permalink
Change Github CI/CD script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jun 20, 2024
1 parent 5526beb commit aa4ed83
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.26.1'
- name: Build with Gradle
run: ./gradlew build

0 comments on commit aa4ed83

Please sign in to comment.