This commit is contained in:
@@ -8,12 +8,13 @@ jobs:
|
|||||||
build_macos:
|
build_macos:
|
||||||
runs-on: macos
|
runs-on: macos
|
||||||
# alpine doesn't have prebuilt wheels
|
# alpine doesn't have prebuilt wheels
|
||||||
container: python:3.12-slim
|
container: python:3.13-slim
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
apk add git
|
apt update -y
|
||||||
|
apt install -y git
|
||||||
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
|
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||||
git checkout ${{ gitea.ref_name }}
|
git checkout ${{ gitea.ref_name }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user