diff --git a/gitlab-ci/install-dependencies.sh b/gitlab-ci/install-dependencies.sh index e98b775780073e473c3d0bf6d2302d7b4eca5f4d..c4639cc4ac646dc8b58d611c08290b6c81bfa66a 100755 --- a/gitlab-ci/install-dependencies.sh +++ b/gitlab-ci/install-dependencies.sh @@ -26,7 +26,7 @@ exec_cmd git clone -b devel https://dev.iopsys.eu/iopsys/libeasy.git cd libeasy exec_cmd make CFLAGS+="-I/usr/include/libnl3" exec_cmd cp -a libeasy*.so* /usr/lib -exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h bufutil.h cryptutil.h ecc_cryptutil.h /usr/include/easy/ +exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h bufutil.h cryptutil.h ecc_cryptutil.h timestamp.h /usr/include/easy/ cd /opt/dev rm -fr libwifi