Skip to content

Commit

Permalink
ci: fix build.yml step order
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwo committed Apr 28, 2024
1 parent 188f5f1 commit 1e93357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
asset_content_type: application/gzip
fail-fast: false
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
Expand All @@ -32,7 +34,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y clang cmake ninja-build libgtk-3-dev libstdc++-12-dev
- uses: actions/checkout@v4
- run: |
flutter config --enable-linux-desktop
flutter config --no-analytics
Expand Down

0 comments on commit 1e93357

Please sign in to comment.