Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyesiqiu committed Dec 27, 2024
1 parent 574cc26 commit 37a57af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
cache: gradle
- 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 37a57af

Please sign in to comment.