Skip to content

Commit

Permalink
build: remove excessive install-deps steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-orion committed Aug 19, 2024
1 parent 28dcac1 commit b7b4b91
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
channel: "stable"
cache: true
- run: flutter --version
- name: Bootstrap
id: bootstrap
run: |
cd main-repo
./scripts/bootstrap.sh
- name: Install dependencies
id: install-dependencies
run: |
Expand Down Expand Up @@ -145,11 +150,6 @@ jobs:
channel: "stable"
cache: true
- run: flutter --version
- name: Install dependencies
id: install-dependencies
run: |
cd main-repo
flutter pub get
- name: Detect context and set APP environment variables
id: setup-env
env:
Expand Down Expand Up @@ -236,16 +236,6 @@ jobs:
channel: "stable"
cache: true
- run: flutter --version
- name: Bootstrap
id: bootstrap
run: |
cd main-repo
./scripts/bootstrap.sh
- name: Install dependencies
id: install-dependencies
run: |
cd main-repo
melos run pub_get
- name: Detect context and set APP environment variables
id: setup-env
env:
Expand Down

0 comments on commit b7b4b91

Please sign in to comment.