PerfectlySoft/Perfect

'uuid/uuid.h' file not found when running Gitlab CI/CD

linkdeep opened this issue · 1 comments

In file included from /builds/review-manager/chameleon/.build/checkouts/Perfect-LinuxBridge/Sources/LinuxBridge/LinuxBridge.c:2:
/builds/review-manager/chameleon/.build/checkouts/Perfect-LinuxBridge/Sources/LinuxBridge/include/LinuxBridge.h:6:10: fatal error: 'uuid/uuid.h' file not found
#include <uuid/uuid.h>

already fix by 👇
before_script:

  • apt-get update
  • apt-get install uuid-dev