Skip to content

Commit

Permalink
Handle the backwardness of AmznLinux2
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Sep 23, 2023
1 parent 60f0f10 commit 6e9f30c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
container: ${{ matrix.base-image }}
steps:
- name: Checkout self
if: ${{ !startsWith(matrix.base-image, 'amazonlinux') }}
uses: actions/checkout@v4
- name: Checkout self
if: ${{ startsWith(matrix.base-image, 'amazonlinux') }}
uses: actions/checkout@v3
- name: Test
uses: vapor/swiftly-action@main
with: ${{ fromJSON(matrix.test-args) }}

0 comments on commit 6e9f30c

Please sign in to comment.