Skip to content

Commit 828b849

Browse files
author
Markus Bergholz
committed
update apt source list first
1 parent 2847ece commit 828b849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ go-redis:
1616
- name: redis:alpine
1717
alias: redis
1818
script:
19-
- apt install libhiredis-dev libhiredis0.13 -y
19+
- apt update && apt install libhiredis-dev libhiredis0.13 -y
2020
- make gitlab_build -C mex/
2121
- make gitlab_ci_test -C mex/
2222

0 commit comments

Comments
 (0)