Skip to content

Commit be8dc3f

Browse files
authored
Update package-deb.yml
1 parent 85c291a commit be8dc3f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/package-deb.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,18 @@ jobs:
4545

4646
build-pipewire-amd64:
4747
runs-on: ubuntu-20.04
48-
container: ubuntu:21.04
48+
#container: ubuntu:21.04
4949

5050
steps:
5151
- name: Setup APT
5252
run: echo 'APT::Acquire::Retries "4";' > /etc/apt/apt.conf.d/80-retries
5353

54-
- name: Update git
54+
- name: Run APT updates
5555
run: |
56+
add-apt-repository ppa:pipewire-debian/pipewire-upstream
5657
apt update
5758
apt upgrade -y git
58-
59+
5960
- uses: actions/checkout@v2
6061
with:
6162
ref: 'master'

0 commit comments

Comments
 (0)