will it work

This commit is contained in:
whoeevee
2024-06-16 16:25:48 +03:00
committed by GitHub
parent c49b8b38f1
commit 3471f87f4b

View File

@@ -17,8 +17,12 @@ jobs:
with:
xcode-version: '15.3'
- name: Install Theos
run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)"
- name: Setup Theos
- uses: actions/checkout@latest
with:
repository: theos/theos
path: ${{ github.workspace }}/theos
submodules: recursive
- name: Copy SwiftProtobuf (rootful)
run: |