We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5804c6b commit 212aa2fCopy full SHA for 212aa2f
.github/workflows/im-build.yml
@@ -34,6 +34,13 @@ jobs:
34
uses: actions/setup-python@v5
35
with:
36
python-version: '3.10'
37
+ - name: Change apt mirror
38
+ run: |
39
+ set -euo pipefail
40
+ # azure.archive.ubuntu.com is flaky
41
+ sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/' /etc/apt/sources.list
42
+ sudo apt-get update -o APT::Update::Error-Mode=any
43
+
44
- name: Install dependencies
45
run: |
46
set -euo pipefail
0 commit comments