Skip to content

Commit

Permalink
Fixed github action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hmziqrs committed Nov 18, 2024
1 parent 47cfcc1 commit 5950683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt install libmpv-dev mpv
sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build web release
run: |
cd app
flutter build web -t lib/main.web.dart --release --no-tree-shake-icons --wasm
flutter build web -t lib/main.web.dart --release --no-tree-shake-icons
- name: Deploy cloudflare pages
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit 5950683

Please sign in to comment.