Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyesiqiu committed Dec 27, 2024
1 parent 8f63430 commit 574cc26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:

- name: Install ninja
run: sudo apt-get update && sudo apt-get install ninja-build
- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v1
with:
cmake-version: '3.31.1'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Building project
Expand Down

0 comments on commit 574cc26

Please sign in to comment.