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 581dcf4 commit 9dee833Copy full SHA for 9dee833
.github/workflows/common.yml
@@ -105,14 +105,15 @@ jobs:
105
xcode: Xcode_26.1
106
platform: iOS
107
runs-on: ${{ matrix.os }}
108
- env:
109
- ${{ inputs.env_var }}: 1
110
steps:
111
- uses: actions/checkout@v4
112
- uses: actions/cache/restore@v4
113
with:
114
path: .build
115
key: ${{needs.spm-package-resolved.outputs.cache_key}}
+ - name: Set nightly env var
+ if: inputs.env_var != ''
116
+ run: echo "${{ inputs.env_var }}=1" >> $GITHUB_ENV
117
- name: Xcode
118
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
119
- name: Run setup command, if needed.
0 commit comments