Skip to content

Commit f0763ca

Browse files
committed
Apply checkout fix for Amazon Linux 2 to the embedded wasm SDK build
This was missed earlier.
1 parent 5edbace commit f0763ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,10 @@ jobs:
533533
run: clang --version
534534
- name: Checkout repository
535535
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' }}
536540
- name: Checkout swiftlang/github-workflows repository
537541
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
538542
uses: actions/checkout@v4

0 commit comments

Comments
 (0)