fixv2
Some checks failed
Build CI / Build (push) Failing after 44s

This commit is contained in:
2026-02-08 11:38:24 +05:30
parent 5d6dd58deb
commit dfc6853e30

View File

@@ -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