Skip to content

Commit 62ff73d

Browse files
try
1 parent 4670e27 commit 62ff73d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pi_task:
2323
- cd buildsdl
2424
- cmake ../SDL-release-2.30.7 -DSDL_SHARED=OFF -DSDL_STATIC=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release
2525
- cmake --build . --config Release
26-
- sudo cmake --install .
26+
- cmake --install .
2727
- cd ..
2828
build_raylib_script:
2929
- git submodule update --init --recursive

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
pip3 install "cffi>=1.17.1"
7575
pip3 install wheel
7676
pip3 install setuptools
77-
python setup.py bdist_wheel --plat-name macosx_10_15_x86_64
77+
python setup.py bdist_wheel
7878
7979
- name: Test
8080
run: |

0 commit comments

Comments
 (0)