@@ -20,7 +20,10 @@ jobs:
|
|||||||
${{ runner.os }}-buildx-
|
${{ runner.os }}-buildx-
|
||||||
|
|
||||||
- name: Install Framework Dependencies
|
- name: Install Framework Dependencies
|
||||||
run: sudo apt-get update -y && sudo apt install -y ninja-build libgtk-3-dev x86_64-linux-gnu-gcc cmake
|
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 libgtk-3-dev:amd64 cmake
|
||||||
|
|
||||||
- name: Install Flutter
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
@@ -37,5 +40,8 @@ jobs:
|
|||||||
# - name: Test project
|
# - name: Test project
|
||||||
# run: flutter test
|
# run: flutter test
|
||||||
|
|
||||||
- name: Build
|
- name: Build x64
|
||||||
run: flutter build linux --target-platform linux-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