Explorar o código

Install new dep in CI env

Lily Carpenter %!s(int64=8) %!d(string=hai) anos
pai
achega
792206122e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -1,6 +1,6 @@
1 1
 before_script:
2 2
   - apt-get update -y
3
-  - apt-get install -y rsync
3
+  - apt-get install -y rsync libfixposix-dev
4 4
   - PATH=${HOME}/.roswell/bin:$PATH
5 5
   - ROSWELL_INSTALL_DIR=${HOME}/.roswell
6 6
   - curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh