From 62ff73d0e72725ea36748cd1ab639f72f1dd1a05 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 16 Oct 2024 12:11:34 +0100 Subject: [PATCH] try --- .cirrus.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index a9febd9..140b25a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -23,7 +23,7 @@ pi_task: - cd buildsdl - cmake ../SDL-release-2.30.7 -DSDL_SHARED=OFF -DSDL_STATIC=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release - cmake --build . --config Release - - sudo cmake --install . + - cmake --install . - cd .. build_raylib_script: - git submodule update --init --recursive diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 471a3da..d984450 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: pip3 install "cffi>=1.17.1" pip3 install wheel pip3 install setuptools - python setup.py bdist_wheel --plat-name macosx_10_15_x86_64 + python setup.py bdist_wheel - name: Test run: |