Skip to content
Snippets Groups Projects
Commit feb1585e authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

Update .gitlab-ci.yml, pip3 ins't a thing on centos 8?

parent 0b32aebe
Branches master
No related tags found
No related merge requests found
Pipeline #2616 failed
...@@ -23,7 +23,7 @@ build:centos: ...@@ -23,7 +23,7 @@ build:centos:
stage: build stage: build
before_script: before_script:
- dnf update && dnf -y install python3 python3-pip python3-setuptools python3-wheel ninja-build build-essential - dnf update && dnf -y install python3 python3-pip python3-setuptools python3-wheel ninja-build build-essential
- pip3 install meson - pip install meson
- dnf -y install glfw-devel glew-devel - dnf -y install glfw-devel glew-devel
script: script:
- meson build - meson build
......
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