File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,6 @@ jobs:
119
119
timeout-minutes : 0
120
120
runs-on : ${{ matrix.agent_query }}
121
121
steps :
122
- # TODO(katei): Remove this step after https://bugs.swift.org/browse/SR-15135 will be resolved
123
- - name : (Workaround) Uninstall pre-installed Swift toolchain on Linux
124
- if : ${{ matrix.build_os == 'ubuntu-20.04' || matrix.build_os == 'ubuntu-18.04' }}
125
- run : |
126
- # Installer script is here: https://github.com/actions/virtual-environments/blob/1cbea058249db750691ec74f1b3ba9a7b1605d26/images/linux/scripts/installers/swift.sh
127
- rm -f /usr/local/bin/swiftc /usr/local/bin/swift
128
- rm -rf /usr/share/swift/
129
-
130
122
- name : Free disk space
131
123
if : ${{ matrix.free_disk_space }}
132
124
run : |
You can’t perform that action at this time.
0 commit comments