Release v3.10.0-beta.1 (#319)
* fix(make): correctly write oonimkall.podspec Part of https://github.com/ooni/probe/issues/1439 * chore: set version number to v3.10.0-beta.1 * fix(ios): don't build a target that requires git
This commit is contained in:
parent
958c3fec58
commit
de60fb0588
3 changed files with 70 additions and 20 deletions
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
|
|
@ -8,4 +8,4 @@ jobs:
|
|||
runs-on: macos-10.15
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./make --disable-embedding-psiphon-config -t ios
|
||||
- run: ./make --disable-embedding-psiphon-config -t ./MOBILE/ios/oonimkall.framework.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue