Skip to content

Commit

Permalink
更新Github Actions配置
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed May 11, 2024
1 parent f13be76 commit e3a8181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
flutter-version: "3.19.x"
cache: true
- name: Update apt-get
run: sudo do-release-upgrade && sudo apt-get update
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
- name: Enable Flutter Desktop
Expand Down

0 comments on commit e3a8181

Please sign in to comment.