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 01d2197 commit e705792Copy full SHA for e705792
.github/workflows/sdks.yml
@@ -107,7 +107,7 @@ jobs:
107
with:
108
path: sdk-config
109
- name: Build Swift ${{ matrix.version }} Android SDK bundle if not the latest
110
- # build-script currently only works on ubuntu
+ # build-script currently only works on Ubuntu
111
if: ${{ (steps.cache-bundle.outputs.cache-hit != 'true') && startsWith(matrix.os, 'ubuntu') }}
112
env:
113
SWIFT_TAG: ${{ steps.version.outputs.tag }}
0 commit comments