Skip to content

Commit

Permalink
will it work
Browse files Browse the repository at this point in the history
  • Loading branch information
whoeevee authored Jun 16, 2024
1 parent c49b8b3 commit 3471f87
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3471f87

Please sign in to comment.