Skip to content
Snippets Groups Projects
Commit 4770b201 authored by Novak, Matus (UG - Computer Science)'s avatar Novak, Matus (UG - Computer Science)
Browse files

Fix installin packages on Circle CI

parent a0e13054
No related branches found
No related tags found
No related merge requests found
Pipeline #8010 failed
......@@ -16,7 +16,7 @@ compile_gcc: &compile_gcc
ln -s $DIR/cmake-3.10.2-Linux-x86_64/bin/cpack /usr/bin/cpack
ln -s $DIR/cmake-3.10.2-Linux-x86_64/bin/ctest /usr/bin/ctest
apt-get update
apt-get install zip
apt-get install zip -y
- run:
name: Init submodules
command: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment