You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN echo 'deb http://download.opensuse.org/repositories/devel:/languages:/crystal/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list
@@ -46,7 +46,8 @@ RUN unzip /usr/local/kotlinc.zip
46
46
ENV PATH=$PATH:/usr/local/kotlinc/bin
47
47
48
48
# Setup lolcode
49
-
## Use: https://github.com/justinmeza/lci
49
+
RUN git clone https://github.com/justinmeza/lci.git ~/lolcode && cd ~/lolcode && mkdir build && cd build && cmake .. && make -B
0 commit comments