Skip to content

Commit d89a917

Browse files
mhegazycompnerd
authored andcommitted
Use offline installer for smoke tests
1 parent 648e108 commit d89a917

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5178,10 +5178,10 @@ jobs:
51785178
runs-on: ${{ inputs.default_build_runner }}
51795179

51805180
steps:
5181-
- name: Download Swift SDK Installer (${{ inputs.release && 'online' || 'offline' }})
5181+
- name: Download Swift SDK Installer (offline)
51825182
uses: actions/download-artifact@v4
51835183
with:
5184-
name: Windows-${{ inputs.build_arch }}-installer-${{ inputs.release && 'online' || 'offline' }}
5184+
name: Windows-${{ inputs.build_arch }}-installer-offline
51855185
path: ${{ github.workspace }}/tmp
51865186

51875187
# TODO(compnerd): migrate this to compnerd/gha-setup-swift after the work that @mangini is doing is completed
@@ -5295,10 +5295,10 @@ jobs:
52955295
arch: [ x86_64, aarch64 ]
52965296

52975297
steps:
5298-
- name: Download Swift SDK Installer (${{ inputs.release && 'online' || 'offline' }})
5298+
- name: Download Swift SDK Installer (offline)
52995299
uses: actions/download-artifact@v4
53005300
with:
5301-
name: Windows-${{ inputs.build_arch }}-installer-${{ inputs.release && 'online' || 'offline' }}
5301+
name: Windows-${{ inputs.build_arch }}-installer-offline
53025302
path: ${{ github.workspace }}/tmp
53035303

53045304
# TODO(compnerd): migrate this to compnerd/gha-setup-swift after the work that @mangini is doing is completed

0 commit comments

Comments
 (0)