We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b7b53 commit 08b670fCopy full SHA for 08b670f
.github/workflows/languages.yaml
@@ -63,8 +63,6 @@ jobs:
63
echo 'C:\Strawberry\c\bin' >> "$GITHUB_PATH"
64
shell: bash
65
if: matrix.os == 'windows-latest' && matrix.language == 'perl'
66
- - run: testing/get-swift.sh
67
- if: matrix.os == 'ubuntu-latest' && matrix.language == 'swift'
68
69
- name: install deps
70
run: python -mpip install -e . -r requirements-dev.txt
testing/get-swift.sh
0 commit comments