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 774c099 commit 976e31fCopy full SHA for 976e31f
.github/workflows/swift_test_matrix.yml
@@ -49,7 +49,7 @@ jobs:
49
-e setup_command_expression="$setup_command_expression" \
50
-e workspace="$workspace" \
51
${{ matrix.config.image }} \
52
- bash -c "swift --version && $setup_command_expression ${{ matrix.config.command }} ${{ matrix.config.command_arguments }}"
+ bash -c "$setup_command_expression ${{ matrix.config.command }} ${{ matrix.config.command_arguments }}"
53
- name: Run matrix job (Windows)
54
if: ${{ matrix.config.platform == 'Windows' }}
55
run: |
0 commit comments