Skip to content

Commit 756b6ba

Browse files
committed
Test add different mirror
1 parent 7a73995 commit 756b6ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cirrus.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ asan_task:
66
container:
77
image: gcc:latest
88
install_script:
9-
- apt-get update && apt-get install \
9+
- echo 'deb https://debian.ethz.ch/debian stable main' >> /etc/apt/sources.list
10+
- apt-get update
11+
- apt-get install \
1012
bison \
1113
re2c \
1214
locales \

0 commit comments

Comments
 (0)