Merge pull request 'Fix CI' (#78) from fix/ci-test into master
Reviewed-on: #78
This commit is contained in:
commit
9d36197a03
|
@ -3,7 +3,7 @@ ARG CYAN_VERSION=0.3.0
|
||||||
RUN \
|
RUN \
|
||||||
apk add \
|
apk add \
|
||||||
git \
|
git \
|
||||||
gcc libc-dev \
|
gcc libc-dev musl-dev \
|
||||||
just \
|
just \
|
||||||
&& luarocks install --server=https://luarocks.org/dev busted-tl
|
&& luarocks install --server=https://luarocks.org/dev busted-tl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue