Skip to content

Commit

Permalink
Update manylinux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natevm authored Jun 30, 2020
1 parent 3943d30 commit 1a4f1fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
yum -y install libXinerama-devel
yum -y install glfw-devel
yum -y install wget
yum -y install pcre-devel
yum -y install pcre-devel
source /opt/rh/devtoolset-8/enable
# Build a version of SWIG we can use
mkdir build
Expand Down

0 comments on commit 1a4f1fd

Please sign in to comment.