Skip to content

Commit 6e9f30c

Browse files
authored
Handle the backwardness of AmznLinux2
1 parent 60f0f10 commit 6e9f30c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
container: ${{ matrix.base-image }}
2424
steps:
2525
- name: Checkout self
26+
if: ${{ !startsWith(matrix.base-image, 'amazonlinux') }}
2627
uses: actions/checkout@v4
28+
- name: Checkout self
29+
if: ${{ startsWith(matrix.base-image, 'amazonlinux') }}
30+
uses: actions/checkout@v3
2731
- name: Test
2832
uses: vapor/swiftly-action@main
2933
with: ${{ fromJSON(matrix.test-args) }}

0 commit comments

Comments
 (0)