We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366e318 commit e6a7492Copy full SHA for e6a7492
.cirrus.yml
@@ -1,10 +1,12 @@
1
-container:
2
- image: python:3.11
+#container:
+# image: python:3.11
3
4
macos_instance:
5
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
6
7
task:
8
+ setup_script:
9
+ - brew install python@3.11
10
build_raylib_script:
11
- git submodule update --init --recursive
12
- cd raylib-c
@@ -20,4 +22,4 @@ task:
20
22
- pip3 install cffi
21
23
- pip3 install setuptools
24
- pip3 install wheel
- - python setup.py bdist_wheel
25
+ - python3 setup.py bdist_wheel
0 commit comments