diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8007ba7..450974c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,20 +17,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.8 - - - name: Update Package Lists - run: sudo apt-get update - - - name: Install libunwind-dev - run: sudo apt-get install -y libunwind-dev - - - name: Install libgstreamer1.0-dev - run: sudo apt-get install -y libgstreamer1.0-dev - - - name: Install Flutter SDK - uses: subosito/flutter-action@v2 - with: - flutter-version: '2.10.0' # Adjust the version as needed - name: Install dependencies and execute flet pack run: |