Skip to content

Commit 39e2205

Browse files
Jonathan Godboutcopybara-github
authored andcommitted
Will mirror updater give us neer sbcl?
hm... PiperOrigin-RevId: 842968669
1 parent 3b8b84e commit 39e2205

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/SBCL-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: clean apt
15+
run: sudo apt clean
16+
17+
- name: Update mirror
18+
run: |
19+
APT_MIRROR=au
20+
sudo sed --in-place --regexp-extended "s/(\/\/)(archive\.ubuntu)/\1${APT_MIRROR}.\2/" /etc/apt/sources.list
21+
1422
- name: Update apt package list
1523
run: sudo apt update
1624

0 commit comments

Comments
 (0)