Skip to content

Commit

Permalink
Fix dependency update for other builds
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed May 27, 2024
1 parent 721c2e4 commit f368a7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: "Install dependencies"
run: |-
sudo apt-get update
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository"
Expand Down Expand Up @@ -189,6 +190,7 @@ jobs:
- name: "Install dependencies"
run: |-
sudo apt-get update
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository"
Expand Down Expand Up @@ -297,6 +299,7 @@ jobs:
- name: "Install dependencies"
run: |-
sudo apt-get update
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
Expand Down Expand Up @@ -362,6 +365,7 @@ jobs:
- name: "Install dependencies"
run: |-
sudo apt-get update
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
Expand Down Expand Up @@ -427,6 +431,7 @@ jobs:
- name: "Install dependencies"
run: |-
sudo apt-get update
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
Expand Down Expand Up @@ -486,6 +491,7 @@ jobs:
- name: "Install dependencies"
run: |-
sudo apt-get update
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
Expand Down Expand Up @@ -544,6 +550,7 @@ jobs:
- name: "Install dependencies"
run: |-
sudo apt-get update
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
Expand Down

0 comments on commit f368a7c

Please sign in to comment.