File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ task:
27
27
build_script :
28
28
- sudo cp physac/src/physac.h /usr/local/include/
29
29
- sudo cp raygui/src/raygui.h /usr/local/include/
30
- - /opt/homebrew/bin/python@ ${PY_VER} -m pip install --upgrade pip
31
- - /opt/homebrew/bin/python@ ${PY_VER} -m pip install cffi
32
- - /opt/homebrew/bin/python@ ${PY_VER} -m pip install setuptools
33
- - /opt/homebrew/bin/python@ ${PY_VER} -m pip install wheel
34
- - /opt/homebrew/bin/python@ ${PY_VER} setup.py bdist_wheel
30
+ - /opt/homebrew/bin/python${PY_VER} -m pip install --upgrade pip
31
+ - /opt/homebrew/bin/python${PY_VER} -m pip install cffi
32
+ - /opt/homebrew/bin/python${PY_VER} -m pip install setuptools
33
+ - /opt/homebrew/bin/python${PY_VER} -m pip install wheel
34
+ - /opt/homebrew/bin/python${PY_VER} setup.py bdist_wheel
35
35
artifacts :
36
36
path : " dist/*"
You can’t perform that action at this time.
0 commit comments