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 5edbace commit f0763caCopy full SHA for f0763ca
.github/workflows/swift_package_test.yml
@@ -533,6 +533,10 @@ jobs:
533
run: clang --version
534
- name: Checkout repository
535
uses: actions/checkout@v4
536
+ if: ${{ matrix.os_version != 'amazonlinux2' }}
537
+ - name: Checkout repository
538
+ uses: actions/checkout@v1
539
+ if: ${{ matrix.os_version == 'amazonlinux2' }}
540
- name: Checkout swiftlang/github-workflows repository
541
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
542
0 commit comments