Skip to content

Commit

Permalink
Change Ubuntu mirror used in pbuilder workflow
Browse files Browse the repository at this point in the history
kernel.org not responding - use standard Github azure mirror instead
  • Loading branch information
ejurgensen committed May 18, 2022
1 parent 3afe476 commit 8fcc6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_dpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Add Ubuntu 21.04 repo for fixed QEMU 5+
uses: myci-actions/add-deb-repo@10
with:
repo: deb http://mirrors.kernel.org/ubuntu/ hirsute universe
repo: deb http://azure.archive.ubuntu.com/ubuntu/ hirsute universe
repo-name: hirsute
install: qemu-user-static

Expand Down

0 comments on commit 8fcc6b7

Please sign in to comment.