Skip to content

Commit

Permalink
downgrade: theos
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn authored Jun 16, 2024
1 parent 1d6bfde commit 2136d96
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ 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/[email protected]
with:
repository: theos/theos
ref: 16f19fb1da4322513a9ad0283c12f418121773d1
path: ${{ github.workspace }}/theos
submodules: recursive

- name: Copy SwiftProtobuf (rootful)
run: |
Expand Down

0 comments on commit 2136d96

Please sign in to comment.