Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whoeevee committed Jan 13, 2025
1 parent 9fead65 commit ce7bd46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0'
xcode-version: '16.2.0'

- name: Setup Theos
uses: actions/checkout@v4
Expand All @@ -33,16 +33,16 @@ jobs:
- name: Copy SwiftProtobuf (rootful)
run: |
mkdir swiftprotobuf && cd "$_"
wget https://github.com/whoeevee/swift-protobuf/releases/download/1.28.1/org.swift.protobuf.swiftprotobuf_1.28.1_iphoneos-arm.deb
ar -x org.swift.protobuf.swiftprotobuf_1.28.1_iphoneos-arm.deb
wget https://github.com/whoeevee/swift-protobuf/releases/download/1.28.2/org.swift.protobuf.swiftprotobuf_1.28.2_iphoneos-arm.deb
ar -x org.swift.protobuf.swiftprotobuf_1.28.2_iphoneos-arm.deb
tar -xvf data.tar.lzma
cp -r Library/Frameworks/SwiftProtobuf.framework $THEOS/lib
- name: Copy SwiftProtobuf (rootless)
run: |
mkdir swiftprotobuf-rootless && cd "$_"
wget https://github.com/whoeevee/swift-protobuf/releases/download/1.28.1/org.swift.protobuf.swiftprotobuf_1.28.1_iphoneos-arm64.deb
ar -x org.swift.protobuf.swiftprotobuf_1.28.1_iphoneos-arm64.deb
wget https://github.com/whoeevee/swift-protobuf/releases/download/1.28.2/org.swift.protobuf.swiftprotobuf_1.28.2_iphoneos-arm64.deb
ar -x org.swift.protobuf.swiftprotobuf_1.28.2_iphoneos-arm64.deb
tar -xvf data.tar.lzma
cp -r var/jb/Library/Frameworks/SwiftProtobuf.framework $THEOS/lib/iphone/rootless
Expand Down

0 comments on commit ce7bd46

Please sign in to comment.