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 3c3b300 commit 5ffe4f7Copy full SHA for 5ffe4f7
.github/workflows/main.yml
@@ -33,12 +33,12 @@ jobs:
33
arch: x86_64
34
make: PLATFORM=android ARCH=x86_64
35
sqlite-amalgamation-zip: https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
36
- # - name: ios
37
- # os: macos-latest
38
- # make: PLATFORM=ios
39
- # - name: isim
40
41
- # make: PLATFORM=isim
+ - name: ios
+ os: macos-latest
+ make: PLATFORM=ios
+ - name: isim
+ make: PLATFORM=isim
42
43
defaults:
44
run:
0 commit comments