mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-08 23:23:20 +00:00
will it work
This commit is contained in:
8
.github/workflows/build-swift.yml
vendored
8
.github/workflows/build-swift.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user