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

Update .gitlab-ci.yml - use pip3.

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