Skip to content

Commit

Permalink
ci: remove install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazin committed May 13, 2024
1 parent f49b636 commit 4c93556
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/flutter_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,6 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install video dependency
run: |
sudo apt-get update
sudo apt-get -y install libmpv-dev mpv
shell: bash

- name: Flutter Integration Test 1
uses: ./.github/actions/flutter_integration_test
with:
Expand All @@ -349,12 +343,6 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install video dependency
run: |
sudo apt-get update
sudo apt-get -y install libmpv-dev mpv
shell: bash

- name: Flutter Integration Test 2
uses: ./.github/actions/flutter_integration_test
with:
Expand All @@ -379,12 +367,6 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install video dependency
run: |
sudo apt-get update
sudo apt-get -y install libmpv-dev mpv
shell: bash

- name: Flutter Integration Test 3
uses: ./.github/actions/flutter_integration_test
with:
Expand Down

0 comments on commit 4c93556

Please sign in to comment.