Update .gitlab-ci.yml file

This commit is contained in:
Marc
2022-10-03 21:03:30 +00:00
parent fd25a195de
commit e27ea7bcea
+2 -2
View File
@@ -14,8 +14,8 @@
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages # For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
before_script: before_script:
- apk update - apt update -y
- apk add cmake glib-dev gtk4.0-dev make ninja gcc git cmake make clang build-base llvm-static llvm-dev clang-static clang-dev audit audit-libs audit-dev - apt install cmake libglib2.0-dev libgtk-4-dev make ninja gcc git make clang libaudit-dev -y
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution