Skip to content

Commit 976e31f

Browse files
authored
Revert "Print the swift version in Linux matrix jobs (#3241)"
This reverts commit c1542f0.
1 parent 774c099 commit 976e31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_test_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
-e setup_command_expression="$setup_command_expression" \
5050
-e workspace="$workspace" \
5151
${{ matrix.config.image }} \
52-
bash -c "swift --version && $setup_command_expression ${{ matrix.config.command }} ${{ matrix.config.command_arguments }}"
52+
bash -c "$setup_command_expression ${{ matrix.config.command }} ${{ matrix.config.command_arguments }}"
5353
- name: Run matrix job (Windows)
5454
if: ${{ matrix.config.platform == 'Windows' }}
5555
run: |

0 commit comments

Comments
 (0)