We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66740c commit d1ba3ceCopy full SHA for d1ba3ce
.github/workflows/main.yml
@@ -102,3 +102,6 @@ jobs:
102
- name: build
103
run: cargo build -vv --target ${{ matrix.platform.target }}
104
working-directory: test-crate
105
+ env:
106
+ # If this isn't specified the default is iOS 7, for which zlib-ng will not compile due to the lack of thread-local storage.
107
+ IPHONEOS_DEPLOYMENT_TARGET: 16
0 commit comments