Skip to content

Commit

Permalink
更新工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
khaos committed Dec 7, 2024
1 parent 8d9d54c commit 4aaf26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: 下载并安装 Gradle
if: env.should_build == 'true'
run: |
wget
wget https://services.gradle.org/distributions/gradle-7.6-bin.zip
unzip gradle-7.6-bin.zip
sudo mv gradle-7.6 /opt/gradle
sudo ln -s /opt/gradle/bin/gradle /usr/local/bin/gradle
Expand Down

0 comments on commit 4aaf26f

Please sign in to comment.