Skip to content

Commit

Permalink
fix linux update mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Feb 29, 2024
1 parent c888d90 commit c870507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
architecture: arm64
architecture: x64
- name: Update dependencies
run: sudo apt-get update
- name: Install dependencies
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
architecture: x64
architecture: arm64
- name: Install project dependencies
run: flutter pub get
- name: Enable macOS build
Expand Down

0 comments on commit c870507

Please sign in to comment.