This commit is contained in:
@@ -21,9 +21,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Framework Dependencies
|
- name: Install Framework Dependencies
|
||||||
run: |
|
run: |
|
||||||
# sudo dpkg --add-architecture amd64
|
|
||||||
sudo apt-get update -y
|
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
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
@@ -40,8 +39,8 @@ jobs:
|
|||||||
# - name: Test project
|
# - name: Test project
|
||||||
# run: flutter test
|
# run: flutter test
|
||||||
|
|
||||||
- name: Build x64
|
# - name: Build x64
|
||||||
run: flutter build linux --target-platform linux-x64
|
# run: flutter build linux --target-platform linux-x64
|
||||||
|
|
||||||
- name: Build arm64
|
- name: Build arm64
|
||||||
run: flutter build linux --target-platform linux-arm64
|
run: flutter build linux --target-platform linux-arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user