From e834189056df31cf8a90a18dde0f96847041b480 Mon Sep 17 00:00:00 2001 From: Anton Bretting Date: Sat, 22 Jan 2022 14:34:23 +0100 Subject: [PATCH] add alpine to CI --- .github/workflows/ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a7783c4..46021d5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,6 +46,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" needs: [build] runs-on: ${{ matrix.os }} + container: ${{ matrix.container }} continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false @@ -59,7 +60,12 @@ jobs: experimental: false - os: windows-latest shell: cygwin - experimental: true + experimental: false + - os: ubuntu-latest + container: alpine + shell: sh + experimental: false + steps: - name: Disable autocrlf if: "contains(matrix.os, 'windows-latest')"