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 12, 2024
1 parent d45a0cf commit cdaff2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: gradle

- name: Install ninja
run: sudo apt-get update && sudo apt-get install ninja-build
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Building project
Expand Down

0 comments on commit cdaff2c

Please sign in to comment.