This commit is contained in:
@@ -21,9 +21,8 @@ jobs:
|
||||
|
||||
- name: Install Framework Dependencies
|
||||
run: |
|
||||
# sudo dpkg --add-architecture amd64
|
||||
sudo apt-get update -y
|
||||
sudo apt install -y ninja-build libgtk-3-dev gcc-x86-64-linux-gnu g++-x86-64-linux-gnu cmake
|
||||
sudo apt install -y ninja-build cmake
|
||||
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
@@ -40,8 +39,8 @@ jobs:
|
||||
# - name: Test project
|
||||
# run: flutter test
|
||||
|
||||
- name: Build x64
|
||||
run: flutter build linux --target-platform linux-x64
|
||||
# - name: Build x64
|
||||
# run: flutter build linux --target-platform linux-x64
|
||||
|
||||
- name: Build arm64
|
||||
run: flutter build linux --target-platform linux-arm64
|
||||
|
||||
Reference in New Issue
Block a user