Skip to content

Commit

Permalink
Added architecture for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloAvv committed Dec 7, 2022
1 parent 3bac3cc commit 67c152b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
architecture: x64
flutter-version: '3.3.9'
- name: Install dependencies
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-0 libgtk-3-dev libblkid1 liblzma5
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
architecture: x64
flutter-version: '3.3.9'
- name: Install project dependencies
run: flutter pub get
Expand Down Expand Up @@ -75,6 +77,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
architecture: x64
flutter-version: '3.3.9'
- name: Install project dependencies
run: flutter pub get
Expand Down

0 comments on commit 67c152b

Please sign in to comment.